summaryrefslogtreecommitdiffhomepage
path: root/examples/shaders/shaders_texture_waves.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shaders/shaders_texture_waves.c')
-rw-r--r--examples/shaders/shaders_texture_waves.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shaders/shaders_texture_waves.c b/examples/shaders/shaders_texture_waves.c
index 27ad1f6e..5bdaada4 100644
--- a/examples/shaders/shaders_texture_waves.c
+++ b/examples/shaders/shaders_texture_waves.c
@@ -24,7 +24,7 @@
#if defined(PLATFORM_DESKTOP)
#define GLSL_VERSION 330
-#else // PLATFORM_RPI, PLATFORM_ANDROID, PLATFORM_WEB
+#else // PLATFORM_ANDROID, PLATFORM_WEB
#define GLSL_VERSION 100
#endif