Various twekas

This commit is contained in:
Wojtek Figat
2023-06-01 00:47:05 +02:00
parent c46f78885e
commit a2e2ef51be
8 changed files with 12 additions and 11 deletions

View File

@@ -14,7 +14,6 @@ class FLAXENGINE_API MacWindow : public WindowBase
{
private:
Float2 _clientSize;
void* _window;
bool _isMouseOver = false;
@@ -28,7 +27,7 @@ public:
public:
// [Window]
// [WindowBase]
void* GetNativePtr() const override;
void Show() override;
void Hide() override;