fix ENABLE_REGHIO macro (#2963)

This commit is contained in:
Luzagar 2025-12-18 22:31:00 +01:00 committed by GitHub
parent c0bdb153b5
commit 7cae156176
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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