diff options
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 6a72fde1f..82d7a71d3 100644 --- a/visualizer.h +++ b/visualizer.h | |||
| @@ -95,6 +95,8 @@ typedef struct keyframe_animation_t { | |||
| 95 | // keyframe update functions | 95 | // keyframe update functions |
| 96 | int current_frame; | 96 | int current_frame; |
| 97 | int time_left_in_frame; | 97 | int time_left_in_frame; |
| 98 | bool first_update_of_frame; | ||
| 99 | bool last_update_of_frame; | ||
| 98 | bool need_update; | 100 | bool need_update; |
| 99 | 101 | ||
| 100 | } keyframe_animation_t; | 102 | } keyframe_animation_t; |
