1
0
Fork 0

Platform/PlatformWindow: pass owner in constructor instead of setting the variable directly on the object. it is cleaner.

This commit is contained in:
Henrik Hautakoski 2023-08-22 17:18:39 +02:00
parent 5a7a5e3f7c
commit 1288ef88b8
6 changed files with 14 additions and 10 deletions

View file

@ -60,7 +60,7 @@ public :
protected :
PlatformWindow();
PlatformWindow(Window* owner);
void onReshape(int width, int height);