mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-01 09:45:42 +00:00
move class variable member to correct visibility
This commit is contained in:
@@ -43,8 +43,8 @@ namespace RAY {
|
||||
private:
|
||||
::ModelAnimation &_animation;
|
||||
|
||||
INTERNAL:
|
||||
size_t _frameCounter;
|
||||
INTERNAL:
|
||||
//! @brief Castin Object to raw model animation pointer
|
||||
operator ::ModelAnimation *();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user