mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
Fix getDisplayHeight
This commit is contained in:
parent
533d8bbbf8
commit
143121b77d
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user