summary refs log tree commit diff stats
path: root/src/animation_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation_system.h')
-rw-r--r--src/animation_system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/animation_system.h b/src/animation_system.h index c64c2dc..42aa516 100644 --- a/src/animation_system.h +++ b/src/animation_system.h
@@ -30,6 +30,7 @@ private:
30 30
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}; 34};
34 35
35#endif /* end of include guard: ANIMATION_SYSTEM_H_CCCC7CB8 */ 36#endif /* end of include guard: ANIMATION_SYSTEM_H_CCCC7CB8 */