From 6fe663111f893dc5091a4195cd1a1e0f785f1f40 Mon Sep 17 00:00:00 2001 From: Tomas Vybiral <tomas@vybiral.me> Date: Wed, 9 Dec 2020 19:40:02 +0100 Subject: [PATCH] quick fix --- src/game/game.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/game.cpp b/src/game/game.cpp index 67c4509..c5194a3 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -18,6 +18,7 @@ game::game(uint32_t fps):current_state(), shoot_control(nullptr), player_position_delta(0), player_angle_delta(0.0), + player_force_delta(0.0), delta_time(1.0 / static_cast<double>(fps)), is_running(false), shoot(false) { -- GitLab