[nostalgia/core/glfw] Cleanup up main loop is running check to use GLFW
This commit is contained in:
@@ -15,7 +15,6 @@ namespace nostalgia::core {
|
||||
struct GlfwImplData {
|
||||
struct GLFWwindow *window = nullptr;
|
||||
int64_t startTime = 0;
|
||||
bool running = false;
|
||||
event_handler eventHandler = nullptr;
|
||||
uint64_t wakeupTime = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user