From f305dfac8ea8e6d48b9e60d22b8d7fb76043a0bc Mon Sep 17 00:00:00 2001 From: Redacted Date: Sat, 19 Apr 2025 17:14:09 -0400 Subject: [PATCH] Downgrade JGL to 52 for windoze crashing on mcolor with access violation on 54???? --- CMakeLists.txt | 2 +- main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe5247f..c0b66a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ include (cmake/CPM.cmake) CPMAddPackage( NAME JGL - URL https://git.redacted.cc/josh/JGL/archive/Prerelease-54.zip + URL https://git.redacted.cc/josh/JGL/archive/Prerelease-52.zip ) CPMAddPackage( diff --git a/main.cpp b/main.cpp index 9e0ee56..ecce8ba 100644 --- a/main.cpp +++ b/main.cpp @@ -7,7 +7,7 @@ class Window : public ReWindow::OpenGLWindow { private: Vector2 box_pos = Vector2::Zero; public: - Window(const std::string& title, unsigned int width, unsigned int height) : ReWindow::OpenGLWindow(title, width, height, 2, 1) {} + Window(const std::string& title, unsigned int width, unsigned int height) : OpenGLWindow(title, width, height, 2, 1) {} ~Window() override = default; void InitGL() {