From b482e26925d8816387211d98cc8ed445a6c55788 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Wed, 31 Dec 2014 19:25:39 +0100 Subject: Small tweaks --- src/rlgl.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/rlgl.c') diff --git a/src/rlgl.c b/src/rlgl.c index 4f033ad1..6f2027c7 100644 --- a/src/rlgl.c +++ b/src/rlgl.c @@ -168,10 +168,6 @@ static Vector3 *tempBuffer; static int tempBufferCount = 0; static bool useTempBuffer = false; -// White texture useful for plain color polys (required by shader) -// NOTE: It's required in shapes and models modules! -extern unsigned int whiteTexture; - // Support for VAOs (OpenGL ES2 could not support VAO extensions) static bool vaoSupported = false; #endif @@ -185,6 +181,10 @@ static PFNGLDELETEVERTEXARRAYSOESPROC glDeleteVertexArrays; static PFNGLISVERTEXARRAYOESPROC glIsVertexArray; #endif +// White texture useful for plain color polys (required by shader) +// NOTE: It's required in shapes and models modules! +unsigned int whiteTexture; + //---------------------------------------------------------------------------------- // Module specific Functions Declaration //---------------------------------------------------------------------------------- -- cgit v1.2.3