Skip to content

Commit 67f24b3

Browse files
committed
Update audio_sound_positioning.c
1 parent 29173a4 commit 67f24b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/audio/audio_sound_positioning.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ int main(void)
6969
};
7070

7171
SetSoundPosition(camera, sound, spherePos, 20.0f);
72+
7273
if (!IsSoundPlaying(sound)) PlaySound(sound);
7374
//----------------------------------------------------------------------------------
7475

@@ -94,6 +95,8 @@ int main(void)
9495

9596
CloseWindow(); // Close window and OpenGL context
9697
//--------------------------------------------------------------------------------------
98+
99+
return 0;
97100
}
98101

99102
//------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)