diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-04-24 15:45:52 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-04-24 15:45:52 +0300 |
commit | 444132edd056cd52a60e3551d1f6c1a07909c040 (patch) | |
tree | 92f6a79294d104053b7709a4d424d90f45afb10b /visualizer.h | |
parent | 0e0488623e8d8820a909a48a6c847866a65bf845 (diff) |
Add last and first update of frame for anims
Diffstat (limited to 'visualizer.h')
-rw-r--r-- | visualizer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/visualizer.h b/visualizer.h index 6a72fde1fd..82d7a71d37 100644 --- a/visualizer.h +++ b/visualizer.h @@ -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; |