Small oopsie.

This commit is contained in:
2024-07-17 00:44:10 -04:00
parent 254f991c49
commit 1b02dcc364

View File

@@ -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;
};
};
}