From 7cae156176b03d79ef05f3fefae5b60844e0fdf7 Mon Sep 17 00:00:00 2001 From: Luzagar <40547781+Luzagar@users.noreply.github.com> Date: Thu, 18 Dec 2025 22:31:00 +0100 Subject: fix ENABLE_REGHIO macro (#2963) --- include/d/d_s_play.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3