Fix copypasta

This commit is contained in:
Dmitry Marakasov 2015-08-28 23:45:24 +03:00
parent 30734317c8
commit ed12546cc5

View File

@ -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 {