summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2019-08-27 12:22:54 +0200
committerraysan5 <[email protected]>2019-08-27 12:22:54 +0200
commit41732bebe8bd048cb44e5b6a24f8e2cbd8af7120 (patch)
treeb435ffdd6c25c1d16cb5693bdca13703940a5de8 /src/rlgl.h
parente2183f0b9968d9cbff0cce9db63dda2c5c96fb32 (diff)
downloadraylib-41732bebe8bd048cb44e5b6a24f8e2cbd8af7120.tar.gz
raylib-41732bebe8bd048cb44e5b6a24f8e2cbd8af7120.zip
Formatting tweak
Diffstat (limited to 'src/rlgl.h')
-rw-r--r--src/rlgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index ae75a644..85d60fe1 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -3024,7 +3024,7 @@ Shader LoadShaderCode(char *vsCode, char *fsCode)
glGetProgramiv(shader.id, GL_ACTIVE_UNIFORMS, &uniformCount);
- for(int i = 0; i < uniformCount; i++)
+ for (int i = 0; i < uniformCount; i++)
{
int namelen = -1;
int num = -1;