Skip to content

Commit 3940e27

Browse files
committed
Fixed Windows build
1 parent fd71d46 commit 3940e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDL_mixer_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ struct MIX_Audio
136136

137137
struct MIX_Track
138138
{
139-
float position3d[4] SDL_ALIGNED(16); // we only need the X, Y, and Z coords, but the 4th element makes this SIMD-friendly.
139+
float SDL_ALIGNED(16) position3d[4]; // we only need the X, Y, and Z coords, but the 4th element makes this SIMD-friendly.
140140
MIX_SpatializationMode spatialization_mode;
141141
float spatialization_panning[2];
142142
int spatialization_speakers[2];

0 commit comments

Comments
 (0)