diff options
Diffstat (limited to 'examples/web/shaders')
| -rw-r--r-- | examples/web/shaders/shaders_custom_uniform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/shaders/shaders_custom_uniform.c b/examples/web/shaders/shaders_custom_uniform.c index 77f84bd..131c897 100644 --- a/examples/web/shaders/shaders_custom_uniform.c +++ b/examples/web/shaders/shaders_custom_uniform.c @@ -44,7 +44,7 @@ Shader shader = { 0 }; // Postpro shader Vector3 position = { 0.0f, 0.0f, 0.0f }; // Set model position int swirlCenterLoc = 0; -float swirlCenter[2] = { 0.0f }; +float swirlCenter[2] = { 0 }; RenderTexture2D target = { 0 }; |
