From c86bad0ca132bd398e6f59f75002a7a53da4ecfc Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 27 May 2023 13:07:06 -0400 Subject: fix macro --- src/audio/rodeo_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/rodeo_audio.c b/src/audio/rodeo_audio.c index aeeef7a..e3b0f7a 100644 --- a/src/audio/rodeo_audio.c +++ b/src/audio/rodeo_audio.c @@ -124,7 +124,7 @@ rodeo_audio_master_volume_get(void) { #ifndef __EMSCRIPTEN__ return ((float)Mix_MasterVolume(-1)) / (float)MIX_MAX_VOLUME; -#elif +#else return 0.0f #endif } -- cgit v1.2.3