From 31351edc33767418e78bf6602f314bf983a730a1 Mon Sep 17 00:00:00 2001 From: Industrious Nomad <44799276+IndustriousNomad@users.noreply.github.com> Date: Fri, 25 Oct 2019 16:08:54 -0400 Subject: [PATCH] Removed the PLATFORM_DESKTOP Define --- examples/shaders/shaders_raymarching.c | 2 -- 1 file changed, 2 deletions(-) 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