diff options
Diffstat (limited to 'servers/physics_2d/physics_2d_server_wrap_mt.cpp')
| -rw-r--r-- | servers/physics_2d/physics_2d_server_wrap_mt.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servers/physics_2d/physics_2d_server_wrap_mt.cpp b/servers/physics_2d/physics_2d_server_wrap_mt.cpp index 027f318d2..34ba149d2 100644 --- a/servers/physics_2d/physics_2d_server_wrap_mt.cpp +++ b/servers/physics_2d/physics_2d_server_wrap_mt.cpp @@ -35,7 +35,7 @@ void Physics2DServerWrapMT::thread_exit() { exit=true; } -void Physics2DServerWrapMT::thread_step(float p_delta) { +void Physics2DServerWrapMT::thread_step(real_t p_delta) { physics_2d_server->step(p_delta); step_sem->post(); @@ -75,7 +75,7 @@ void Physics2DServerWrapMT::thread_loop() { /* EVENT QUEUING */ -void Physics2DServerWrapMT::step(float p_step) { +void Physics2DServerWrapMT::step(real_t p_step) { if (create_thread) { |
