ray:: changed #if to #ifdef

This commit is contained in:
Zeno Rogue 2020-10-18 14:38:21 +02:00
parent 9f14389489
commit 1890381c0e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ EX ld exp_start = 1;
EX ld exp_decay_exp = 4;
EX ld exp_decay_poly = 10;
#if GLES_ONLY
#ifdef GLES_ONLY
const int gms_limit = 16; /* enough for Bringris -- need to do better */
#else
const int gms_limit = 110;