Fixed case on opengl include dir.

This commit is contained in:
Mikko Mononen 2009-10-01 20:38:11 +00:00
parent 587dfb80f8
commit 1a87422676

View File

@ -20,7 +20,7 @@
#include <math.h>
#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