mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Formatting
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user