mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-05-28 08:57:52 +00:00
Fixing invalid timings with the movements of the player
This commit is contained in:
@@ -15,7 +15,7 @@ struct controllable_component
|
||||
gc_component base;
|
||||
int movement_x;
|
||||
int movement_y;
|
||||
int move_callback;
|
||||
float move_callback;
|
||||
};
|
||||
|
||||
extern const struct controllable_component controllable_component;
|
||||
Reference in New Issue
Block a user