2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

Fix actor physics move

This commit is contained in:
Jack Andersen
2018-05-14 16:56:05 -10:00
parent 0c49c8ea9e
commit 10d36ac1d6
3 changed files with 12 additions and 7 deletions

View File

@@ -345,7 +345,7 @@ public:
void UpdateHintState(float dt);
void PreThinkObjects(float dt);
void MovePlatforms(float dt);
void MoveDoors(float dt);
void MoveActors(float dt);
void CrossTouchActors();
void Think(float dt);
void PostUpdatePlayer(float dt);