Attempt to fix Normal Lighting and Shadows on Android, also disabled fancy trees temporarily due to performance issues on android.

This commit is contained in:
Shredder
2026-04-12 01:12:17 +05:00
parent 9db9f469cc
commit c188fa0ce2
7 changed files with 10 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
#if defined(ANDROID) || defined(__APPLE__) || defined(RPI)
#define OPENGL_ES
#endif
#define GLES_SILENCE_DEPRECATION
// Other systems might run it, if they #define OPENGL_ES
// #if defined(OPENGL_ES) // || defined(ANDROID)
#define USE_VBO