Cleaning up the cmake

This commit is contained in:
Zoe Roux
2021-06-17 17:32:46 +02:00
parent ac2ade2017
commit dfc42ced60
3 changed files with 10 additions and 4 deletions
@@ -20,7 +20,11 @@ namespace BBM
int _currentAnimIndex;
//! @brief Bool allowing to play pause an animation
bool _animDisabled;
public:
//! @brief Should the next update call be skipped?
bool skipNext = false;
//! @inherit
WAL::Component *clone(WAL::Entity &entity) const override;