diff options
-rw-r--r-- | tests/openal_playback.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openal_playback.cpp b/tests/openal_playback.cpp index 880b6906..46c4f8a3 100644 --- a/tests/openal_playback.cpp +++ b/tests/openal_playback.cpp @@ -25,7 +25,7 @@ void playSource(void* arg) alGetSourcei(source, AL_SOURCE_STATE, &state); assert(state == AL_STOPPED); -#ifdef __EMSCRIPTEN__ +#ifdef REPORT_RESULT int result = 1; REPORT_RESULT(); #endif |