mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Fix graphical artifact in hero movement animation
This commit is contained in:
@ -83,7 +83,8 @@ public:
|
||||
void setViewCenter(const int3 & position);
|
||||
void setViewCenter(const Point & position, int level);
|
||||
void setTileSize(const Point & tileSize);
|
||||
void update(uint32_t timeDelta);
|
||||
void updateBefore(uint32_t timeDelta);
|
||||
void updateAfter(uint32_t timeDelta);
|
||||
|
||||
void activateAdventureContext(uint32_t animationTime);
|
||||
void activateAdventureContext();
|
||||
|
Reference in New Issue
Block a user