1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

fix puzzle map never open

This commit is contained in:
kdmcser
2025-05-01 23:26:50 +08:00
parent 5433b07e5f
commit 935476a86a
3 changed files with 8 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ protected:
void render(Canvas & target, bool fullUpdate);
public:
bool needFullUpdate;
BasicMapView(const Point & offset, const Point & dimensions);
~BasicMapView() override;