Skip to content

Commit 8b704ea

Browse files
committed
mixer: Fixed preprocessing mistake.
1 parent 205516a commit 8b704ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mojoal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ static void calculate_distance_attenuation_and_angle(const ALCcontext *ctx, cons
10091009
if (has_neon) { calculate_distance_attenuation_and_angle_neon(ctx, src, _gain, _radians); return; }
10101010
#endif
10111011

1012-
#if SDL_MIXER_NEED_SCALAR_FALLBACK
1012+
#if NEED_SCALAR_FALLBACK
10131013
calculate_distance_attenuation_and_angle_scalar(ctx, src, _gain, _radians);
10141014
#else
10151015
SDL_assert(!"uhoh, we didn't compile in scalar fallback!");

0 commit comments

Comments
 (0)