Skip to content

Commit

Permalink
mix: fix wrong outdated message printed for Mix_OpenAudioDevice
Browse files Browse the repository at this point in the history
Signed-off-by: Lilis Iskandar <[email protected]>
  • Loading branch information
veeableful committed Jan 4, 2021
1 parent c432ae3 commit 0609645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix/sdl_mixer.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ package mix
//#if !(SDL_MIXER_VERSION_ATLEAST(2,0,2))
//
//#if defined(WARN_OUTDATED)
//#pragma message("Mix_OpenAudioDevice is not supported before SDL 2.0.9")
//#pragma message("Mix_OpenAudioDevice is not supported before SDL_mixer 2.0.2")
//#endif
//
//static inline int Mix_OpenAudioDevice(int frequency, Uint16 format, int channels, int chunksize, const char* device, int allowed_changes)
Expand Down

0 comments on commit 0609645

Please sign in to comment.