mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-09 12:08:12 +03:00
Override animation functions from entity
This commit is contained in:
parent
10fda39430
commit
a47eb1653e
1 changed files with 2 additions and 2 deletions
|
@ -128,8 +128,8 @@ public:
|
|||
void StopAnimating( int slot = 0 );
|
||||
void StopAnimatingAtEnd( int slot = 0 );
|
||||
|
||||
virtual int CurrentAnim( int slot = 0 );
|
||||
virtual float CurrentTime( int slot = 0 );
|
||||
int CurrentAnim( int slot = 0 ) override;
|
||||
float CurrentTime( int slot = 0 ) override;
|
||||
|
||||
void PreAnimate( void ) override;
|
||||
void PostAnimate( void ) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue