mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-03 01:58:44 -04:00
fix ENABLE_REGHIO macro (#2963)
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
extern dScnPly_env_HIO_c g_envHIO;
|
||||
extern dScnPly_reg_HIO_c g_regHIO;
|
||||
|
||||
#if ENABLE_REGHIO
|
||||
#if DEBUG
|
||||
extern dScnPly_preset_HIO_c g_presetHIO;
|
||||
#endif
|
||||
|
||||
|
||||
+1
-1
@@ -566,7 +566,7 @@ dScnPly_reg_HIO_c g_regHIO;
|
||||
|
||||
dScnPly_env_HIO_c g_envHIO;
|
||||
|
||||
#if ENABLE_REGHIO
|
||||
#if DEBUG
|
||||
dScnPly_preset_HIO_c g_presetHIO;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user