1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-03 23:19:22 +02:00

Fix typos

This commit is contained in:
Alexander Wilms
2024-02-13 15:23:30 +01:00
parent 678cacbd25
commit c65794b9e3
3 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ public:
bool isPopupWindow() const override;
/// called only for windows whenever screen size changes
/// default behavior is to re-center, can be overriden
/// default behavior is to re-center, can be overridden
void onScreenResize() override;
/// returns true if UI elements wants to handle event of specific type (LCLICK, SHOW_POPUP ...)