move class variable member to correct visibility

This commit is contained in:
arthur.jamet
2021-05-23 21:59:45 +02:00
parent 4264cd76b8
commit 6bc09f1ab4
+1 -1
View File
@@ -43,8 +43,8 @@ namespace RAY {
private:
::ModelAnimation &_animation;
INTERNAL:
size_t _frameCounter;
INTERNAL:
//! @brief Castin Object to raw model animation pointer
operator ::ModelAnimation *();