aboutsummaryrefslogtreecommitdiff
path: root/src/games/tetris/Tetris.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/games/tetris/Tetris.cpp')
-rw-r--r--src/games/tetris/Tetris.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/games/tetris/Tetris.cpp b/src/games/tetris/Tetris.cpp
index 043033f..c9d3e32 100644
--- a/src/games/tetris/Tetris.cpp
+++ b/src/games/tetris/Tetris.cpp
@@ -44,7 +44,7 @@ Tetris::Start()
}
void
-Tetris::FinishUpdate(float dt)
+Tetris::Update(float dt)
{
if (m_game_status == game_resume) {
uint32_t softdrop_count = GetSoftdropCount(dt);