We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b1049 commit 9080188Copy full SHA for 9080188
src/anim.cpp
@@ -41,7 +41,7 @@ void print_splash_screen(const std::filesystem::path& assets_dir)
41
42
std::cout << '\n' << std::setfill(' ') << std::setw(19);
43
44
- utils::slow_print("copyright (c) 2021 cpp-gamedev", std::chrono::milliseconds{50});
+ utils::delayed_print("copyright (c) 2021 cpp-gamedev", std::chrono::milliseconds{50});
45
}
46
47
void print_move_table(const models::Pokemon& pkmn)
0 commit comments