mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 19:05:59 -04:00
Fix copypasta
This commit is contained in:
parent
30734317c8
commit
ed12546cc5
@ -110,7 +110,7 @@ int Mixer::ExpireChannel(int channel, int ticks) {
|
||||
}
|
||||
|
||||
int Mixer::FadeOutChannel(int channel, int ms) {
|
||||
return Mix_ExpireChannel(channel, ms);
|
||||
return Mix_FadeOutChannel(channel, ms);
|
||||
}
|
||||
|
||||
int Mixer::Playing(int channel) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user