1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Rect: fix serialization

This commit is contained in:
Konstantin P 2023-07-14 11:39:04 +03:00
parent 118b68349a
commit 6988b288ba

View File

@ -160,7 +160,7 @@ public:
h & x;
h & y;
h & w;
h & h;
h & this->h;
}
};