From 437cf879808fb68a79e7f8325615737f86f434be Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sat, 23 Sep 2017 20:55:08 +0500 Subject: 2017-09-23 --- src/ThreadGame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ThreadGame.cpp') diff --git a/src/ThreadGame.cpp b/src/ThreadGame.cpp index f425747..3ca9b13 100644 --- a/src/ThreadGame.cpp +++ b/src/ThreadGame.cpp @@ -83,7 +83,7 @@ void ThreadGame::Execute() { gs->HandleRotation(data.x, data.y); }); - LoopExecutionTimeController timer(std::chrono::milliseconds(int(1.0f / 60.0f * 1000.0f))); + LoopExecutionTimeController timer(std::chrono::milliseconds(int(1.0f / 120.0f * 1000.0f))); while (isRunning) { DebugInfo::gameThreadTime = timer.GetRealDeltaS() * 1000'00.0f; -- cgit v1.2.3