diff options
| author | Luzagar <40547781+Luzagar@users.noreply.github.com> | 2025-12-18 22:31:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-18 13:31:00 -0800 |
| commit | 7cae156176b03d79ef05f3fefae5b60844e0fdf7 (patch) | |
| tree | fea6a0074bba7983b680717a010f3fc3f1966380 /include | |
| parent | c0bdb153b5e5387b5d04d117eec6a55f0e80a41e (diff) | |
fix ENABLE_REGHIO macro (#2963)
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/d_s_play.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_s_play.h b/include/d/d_s_play.h index a41dbb7f95..8c2c03c615 100644 --- a/include/d/d_s_play.h +++ b/include/d/d_s_play.h @@ -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 |
