Skip to content

Commit

Permalink
SDL3: Remove iosretry label
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Apr 14, 2024
1 parent 92fd5a5 commit 33af3b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FAudio_platform_sdl3.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ void FAudio_PlatformInit(
result->stagingBuffer = (float*) SDL_malloc(result->stagingLen);

/* Open the device (or at least try to) */
iosretry:
result->stream = SDL_OpenAudioDeviceStream(
devID,
&spec,
Expand Down

0 comments on commit 33af3b6

Please sign in to comment.