1
0
Fork 0

Add last and first update of frame for anims

This commit is contained in:
Fred Sundvik 2016-04-24 15:45:52 +03:00
parent 0e0488623e
commit 444132edd0
2 changed files with 11 additions and 0 deletions

View file

@ -95,6 +95,8 @@ typedef struct keyframe_animation_t {
// keyframe update functions
int current_frame;
int time_left_in_frame;
bool first_update_of_frame;
bool last_update_of_frame;
bool need_update;
} keyframe_animation_t;