diff options
author | Marcelo Fernandez <marcelofg55@gmail.com> | 2017-07-28 18:08:57 -0300 |
---|---|---|
committer | Marcelo Fernandez <marcelofg55@gmail.com> | 2017-07-28 18:08:57 -0300 |
commit | abbf821ddfcbf5a29d827c9b18ce93469c5f26d8 (patch) | |
tree | 657101a6b4ff8969553a0ec39ee4ccd984213a48 /platform/osx/os_osx.h | |
parent | 260d179d31972b82e1d604174ccf1663343bfa97 (diff) | |
download | redot-engine-abbf821ddfcbf5a29d827c9b18ce93469c5f26d8.tar.gz |
Fix get_screen_* funcs returning old values after resolution changes on OS X
Diffstat (limited to 'platform/osx/os_osx.h')
-rw-r--r-- | platform/osx/os_osx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index fc80088846..cb9dd1dd8e 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -101,9 +101,6 @@ public: bool maximized; bool zoomed; - Vector<Rect2> screens; - Vector<int> screen_dpi; - Size2 window_size; Rect2 restore_rect; |