viewer#826 Mac buildfix

master
Andrey Lihatskiy 2024-02-17 21:41:08 +02:00
parent 088f2f4f65
commit e83eff4468
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public:
void setIsHUDAttachment(bool is_hud) { mIsHUDAttachment = is_hud; }
bool getIsHUDAttachment() const { return mIsHUDAttachment; }
bool isAnimatable() const { return false; }
bool isAnimatable() const override { return false; }
S32 getGroup() const { return mGroup; }
S32 getPieSlice() const { return mPieSlice; }