1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Formatting

This commit is contained in:
Ivan Savenko
2022-12-27 16:55:38 +02:00
parent ce76696af4
commit b6735618f5

View File

@@ -241,8 +241,6 @@ std::shared_ptr<CButton> CMenuEntry::createButton(CMenuScreen * parent, const Js
if (button["center"].Bool()) if (button["center"].Bool())
result->moveBy(Point(-result->pos.w/2, -result->pos.h/2)); result->moveBy(Point(-result->pos.w/2, -result->pos.h/2));
return result; return result;
} }
CMenuEntry::CMenuEntry(CMenuScreen * parent, const JsonNode & config) CMenuEntry::CMenuEntry(CMenuScreen * parent, const JsonNode & config)