[nostalgia/core/glfw] Cleanup up main loop is running check to use GLFW

This commit is contained in:
2021-07-17 01:37:45 -05:00
parent 43c67eacaa
commit 2be31cca5c
2 changed files with 2 additions and 9 deletions
-1
View File
@@ -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;
};