aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/LoopManagerTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/LoopManagerTest.cpp b/src/test/LoopManagerTest.cpp
index af6cb1c..7937649 100644
--- a/src/test/LoopManagerTest.cpp
+++ b/src/test/LoopManagerTest.cpp
@@ -39,6 +39,5 @@ TEST_F(LoopManagerTest, FixedUpdate) {
loop_manager.loop_timer->enforce_frame_rate();
}
- // gameloop is 99 because it first takes 20 millisecond to build the lag to execute the fixed loop
ASSERT_EQ(fixed_update_count, 50);
}