mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Fix getDisplayHeight
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
virtual std::string getPlatformType() = 0;
|
||||
|
||||
int getDisplayWidth() { return getDisplaySize().width(); }
|
||||
int getDisplayHeight() { return getDisplaySize().width(); }
|
||||
int getDisplayHeight() { return getDisplaySize().height(); }
|
||||
|
||||
Size getUnmaximizedSize() { return m_unmaximizedSize; }
|
||||
Size getSize() { return m_size; }
|
||||
|
Reference in New Issue
Block a user