From 1a87422676d0dd69d799bcc93f2340893115badf Mon Sep 17 00:00:00 2001 From: Mikko Mononen Date: Thu, 1 Oct 2009 20:38:11 +0000 Subject: [PATCH] Fixed case on opengl include dir. --- RecastDemo/Source/imguiRenderGL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecastDemo/Source/imguiRenderGL.cpp b/RecastDemo/Source/imguiRenderGL.cpp index b11e628..a88711b 100644 --- a/RecastDemo/Source/imguiRenderGL.cpp +++ b/RecastDemo/Source/imguiRenderGL.cpp @@ -20,7 +20,7 @@ #include #include "imgui.h" #include "SDL.h" -#include "SDL_opengl.h" +#include "SDL_Opengl.h" #define STBTT_malloc(x) malloc(x) #define STBTT_free(x) free(x) #define STB_TRUETYPE_IMPLEMENTATION