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

@@ -17,7 +17,6 @@ class FLAXENGINE_API GDKWindow : public WindowBase
private:
Windows::HWND _handle;
Float2 _clientSize;
public:
@@ -77,7 +76,7 @@ private:
public:
// [Window]
// [WindowBase]
void* GetNativePtr() const override;
void Show() override;
void Hide() override;