diff options
Diffstat (limited to 'src/animation_system.h')
| -rw-r--r-- | src/animation_system.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/animation_system.h b/src/animation_system.h index 42aa516..7474c54 100644 --- a/src/animation_system.h +++ b/src/animation_system.h | |||
| @@ -31,6 +31,7 @@ private: | |||
| 31 | Game& game_; | 31 | Game& game_; | 
| 32 | std::vector<Timer> animTimers_ = {{1000/5}, {1000/60}};//30fps * 1000 t/s;; | 32 | std::vector<Timer> animTimers_ = {{1000/5}, {1000/60}};//30fps * 1000 t/s;; | 
| 33 | Timer bobbingTimer_ {1000/7}; | 33 | Timer bobbingTimer_ {1000/7}; | 
| 34 | Timer fadingTimer_ {1000/60}; | ||
| 34 | }; | 35 | }; | 
| 35 | 36 | ||
| 36 | #endif /* end of include guard: ANIMATION_SYSTEM_H_CCCC7CB8 */ | 37 | #endif /* end of include guard: ANIMATION_SYSTEM_H_CCCC7CB8 */ | 
