summaryrefslogtreecommitdiff
path: root/servers/physics_2d/step_2d_sw.h
diff options
context:
space:
mode:
Diffstat (limited to 'servers/physics_2d/step_2d_sw.h')
-rw-r--r--servers/physics_2d/step_2d_sw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/physics_2d/step_2d_sw.h b/servers/physics_2d/step_2d_sw.h
index c51fd73a79..de8e76cc99 100644
--- a/servers/physics_2d/step_2d_sw.h
+++ b/servers/physics_2d/step_2d_sw.h
@@ -37,7 +37,7 @@
#include "core/templates/thread_work_pool.h"
class Step2DSW {
- uint64_t _step;
+ uint64_t _step = 1;
int iterations = 0;
real_t delta = 0.0;