summaryrefslogtreecommitdiffhomepage
path: root/examples/shaders/shaders_palette_switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shaders/shaders_palette_switch.c')
-rw-r--r--examples/shaders/shaders_palette_switch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shaders/shaders_palette_switch.c b/examples/shaders/shaders_palette_switch.c
index 0f6055bc..43578fce 100644
--- a/examples/shaders/shaders_palette_switch.c
+++ b/examples/shaders/shaders_palette_switch.c
@@ -106,7 +106,7 @@ int main(void)
// Send new value to the shader to be used on drawing.
// NOTE: We are sending RGB triplets w/o the alpha channel
- SetShaderValueV(shader, paletteLoc, palettes[currentPalette], UNIFORM_IVEC3, COLORS_PER_PALETTE);
+ SetShaderValueV(shader, paletteLoc, palettes[currentPalette], SHADER_UNIFORM_IVEC3, COLORS_PER_PALETTE);
//----------------------------------------------------------------------------------
// Draw