Removed the PLATFORM_DESKTOP Define
This commit is contained in:
parent
ca1a5028d8
commit
31351edc33
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user