fix: changed android defines

This commit is contained in:
2021-11-04 17:42:31 +01:00
parent a3712febca
commit 95e9c270db
9 changed files with 46 additions and 11 deletions

View File

@@ -7,7 +7,7 @@
#include "render/shaders/EntityShader.h"
#ifdef ANDROID
#ifdef __ANDROID__
static const char vertexSource[] =
R"(#version 300 es