From 96e65d48be80f4c5163eee3642f96ecf69d16cb9 Mon Sep 17 00:00:00 2001 From: fincs Date: Sat, 4 Mar 2017 18:16:20 +0100 Subject: [PATCH] Fix typo in C3D_UpdateUniforms --- source/uniforms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/uniforms.c b/source/uniforms.c index aecad41..ac4b36e 100644 --- a/source/uniforms.c +++ b/source/uniforms.c @@ -63,7 +63,7 @@ void C3D_UpdateUniforms(GPU_SHADER_TYPE type) } // Advance - i += j; + i = j; } // Update IVec uniforms