From 5884f5a7ac1ca83e702f44cd4ecfc56dcfaf2490 Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Fri, 3 Dec 2010 19:43:27 +0000 Subject: OPENGLES: Fix the projection matrix and the includes. svn-id: r54756 --- backends/graphics/opengl/gltexture.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends/graphics/opengl/gltexture.h') diff --git a/backends/graphics/opengl/gltexture.h b/backends/graphics/opengl/gltexture.h index 92bd0ec8d9..e7951a0c96 100644 --- a/backends/graphics/opengl/gltexture.h +++ b/backends/graphics/opengl/gltexture.h @@ -32,10 +32,10 @@ #undef ARRAYSIZE #endif -#if defined(SDL_BACKEND) -#include -#elif defined(USE_GLES) +#if defined(USE_GLES) #include +#elif defined(SDL_BACKEND) +#include #else #include #endif -- cgit v1.2.3