Small oopsie.
This commit is contained in:
@@ -268,6 +268,7 @@ namespace ReWindow
|
||||
/// Calls OpenGL's SwapBuffers routine.
|
||||
/// NOTE: This is only used when the underlying rendering API is set to OpenGL.
|
||||
static void glSwapBuffers();
|
||||
Vector2 getLastKnownResize() const;
|
||||
private:
|
||||
Vector2 lastKnownWindowSize {0, 0};
|
||||
bool flags[5];
|
||||
@@ -281,5 +282,7 @@ namespace ReWindow
|
||||
RenderingAPI renderer;
|
||||
bool open = false;
|
||||
bool resizable;
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user