diff --git a/examples/shaders/shaders_raymarching.c b/examples/shaders/shaders_raymarching.c index c92fa5b10..06ad0f92e 100644 --- a/examples/shaders/shaders_raymarching.c +++ b/examples/shaders/shaders_raymarching.c @@ -18,8 +18,6 @@ #include "raylib.h" -#define PLATFORM_DESKTOP // comment this out if you are not compiling this for desktop. - #if defined(PLATFORM_DESKTOP) #define GLSL_VERSION 330 #else // PLATFORM_RPI, PLATFORM_ANDROID, PLATFORM_WEB