Downgrade JGL to 52 for windoze
crashing on mcolor with access violation on 54????
This commit is contained in:
@@ -11,7 +11,7 @@ include (cmake/CPM.cmake)
|
|||||||
|
|
||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
NAME JGL
|
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(
|
CPMAddPackage(
|
||||||
|
2
main.cpp
2
main.cpp
@@ -7,7 +7,7 @@ class Window : public ReWindow::OpenGLWindow {
|
|||||||
private:
|
private:
|
||||||
Vector2 box_pos = Vector2::Zero;
|
Vector2 box_pos = Vector2::Zero;
|
||||||
public:
|
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;
|
~Window() override = default;
|
||||||
|
|
||||||
void InitGL() {
|
void InitGL() {
|
||||||
|
Reference in New Issue
Block a user