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 {      // 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;  | 
