aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/PhysicsSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/system/PhysicsSystem.h')
-rw-r--r--src/crepe/system/PhysicsSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/system/PhysicsSystem.h b/src/crepe/system/PhysicsSystem.h
index 26152a5..5ed624f 100644
--- a/src/crepe/system/PhysicsSystem.h
+++ b/src/crepe/system/PhysicsSystem.h
@@ -18,7 +18,7 @@ public:
*
* It calculates new velocties and changes the postion in the transform.
*/
- void update() override;
+ void fixed_update() override;
};
} // namespace crepe