shithub: cstory

Download patch

ref: 67ddb8204b6c350d4ccaa90056e78157afdb7795
parent: ae8437009dc6471987f4c893a763760c41ed7975
author: Clownacy <Clownacy@users.noreply.github.com>
date: Fri Oct 25 22:21:49 EDT 2019

...Maybe I should test these things first

--- a/src/Backends/Rendering/OpenGL3.cpp
+++ b/src/Backends/Rendering/OpenGL3.cpp
@@ -289,7 +289,7 @@
 	context = SDL_GL_CreateContext(window);
 
 	if (glewInit() != GLEW_OK)
-		return NULL
+		return NULL;
 
 	// Check if the platform supports OpenGL 3.2
 	if (!GLEW_VERSION_3_2)
--