Removed the PLATFORM_DESKTOP Define

This commit is contained in:
Industrious Nomad 2019-10-25 16:08:54 -04:00 committed by GitHub
parent ca1a5028d8
commit 31351edc33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,6 @@
#include "raylib.h" #include "raylib.h"
#define PLATFORM_DESKTOP // comment this out if you are not compiling this for desktop.
#if defined(PLATFORM_DESKTOP) #if defined(PLATFORM_DESKTOP)
#define GLSL_VERSION 330 #define GLSL_VERSION 330
#else // PLATFORM_RPI, PLATFORM_ANDROID, PLATFORM_WEB #else // PLATFORM_RPI, PLATFORM_ANDROID, PLATFORM_WEB