aboutsummaryrefslogtreecommitdiff
path: root/core/engine.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2017-07-15 01:23:10 -0300
committerJuan Linietsky2017-07-15 08:32:34 -0300
commit2e73be99d8d86d9dad7bcb99518a4d3cbb5c373c (patch)
treed863db50852afe5d4b0bc15b8452054498004cb1 /core/engine.cpp
parente64b82ebfcc3475c7a7d2a9196bfe20d6c9e3614 (diff)
downloadgodot-2e73be99d8d86d9dad7bcb99518a4d3cbb5c373c.tar.gz
godot-2e73be99d8d86d9dad7bcb99518a4d3cbb5c373c.tar.zst
godot-2e73be99d8d86d9dad7bcb99518a4d3cbb5c373c.zip
Diffstat (limited to 'core/engine.cpp')
-rw-r--r--core/engine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/engine.cpp b/core/engine.cpp
index 42850325b..c16a2903d 100644
--- a/core/engine.cpp
+++ b/core/engine.cpp
@@ -119,4 +119,6 @@ Engine::Engine() {
_fixed_frames = 0;
_idle_frames = 0;
_in_fixed = false;
+ _frame_ticks = 0;
+ _frame_step = 0;
}