Don't change frame for inanimate objects

This commit is contained in:
GriffinR
2021-12-27 15:35:58 -05:00
committed by huderlem
parent f6552c57af
commit de0a5b526b
3 changed files with 7 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ public:
int frame = 0;
bool hFlip = false;
bool usingSprite;
bool inanimate;
DraggablePixmapItem *pixmapItem = nullptr;
void setPixmapItem(DraggablePixmapItem *item) { pixmapItem = item; }