mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-09 02:50:06 -04:00
Various debug conditional compilation cleanup (#2915)
* Global: Define DEBUG as 0 if not already defined * Clean up DEBUG-guarded code
This commit is contained in:
+1
-1
@@ -566,7 +566,7 @@ dScnPly_reg_HIO_c g_regHIO;
|
||||
|
||||
dScnPly_env_HIO_c g_envHIO;
|
||||
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
dScnPly_preset_HIO_c g_presetHIO;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user