diff options
| author | victorfisac <victorfisac@gmail.com> | 2016-06-11 18:29:01 +0200 |
|---|---|---|
| committer | victorfisac <victorfisac@gmail.com> | 2016-06-11 18:29:01 +0200 |
| commit | 1a60f376a4ebe4d0053a6ea308ee2b399d8c345d (patch) | |
| tree | 2168bb09d221f2478e3371b296106700c130a0e4 /src/rlgl.c | |
| parent | 77f599885dade4930fb01baca22db6e2ae0c9f20 (diff) | |
| parent | 27ba7de1e4a9d262b2f3039433977d6cffa1da8d (diff) | |
| download | raylib-1a60f376a4ebe4d0053a6ea308ee2b399d8c345d.tar.gz raylib-1a60f376a4ebe4d0053a6ea308ee2b399d8c345d.zip | |
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'src/rlgl.c')
| -rw-r--r-- | src/rlgl.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -228,8 +228,7 @@ static PFNGLDELETEVERTEXARRAYSOESPROC glDeleteVertexArrays; static int blendMode = 0; // White texture useful for plain color polys (required by shader) -// NOTE: It's required in shapes and models modules! -unsigned int whiteTexture; +static unsigned int whiteTexture; //---------------------------------------------------------------------------------- // Module specific Functions Declaration |
