Skip to content

Commit 9080188

Browse files
committed
Rename slow_print function in header
1 parent 58b1049 commit 9080188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anim.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void print_splash_screen(const std::filesystem::path& assets_dir)
4141

4242
std::cout << '\n' << std::setfill(' ') << std::setw(19);
4343

44-
utils::slow_print("copyright (c) 2021 cpp-gamedev", std::chrono::milliseconds{50});
44+
utils::delayed_print("copyright (c) 2021 cpp-gamedev", std::chrono::milliseconds{50});
4545
}
4646

4747
void print_move_table(const models::Pokemon& pkmn)

0 commit comments

Comments
 (0)