mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-04 03:15:59 -04:00
Fix ChannelFading return type and name
This commit is contained in:
parent
7916195c15
commit
88b7733d2a
@ -125,7 +125,7 @@ int Mixer::IsChannelPaused(int channel) const {
|
||||
return Mix_Paused(channel);
|
||||
}
|
||||
|
||||
int Mixer::IsChannelFading(int which) const {
|
||||
Mix_Fading Mixer::GetChannelFading(int which) const {
|
||||
return Mix_FadingChannel(which);
|
||||
}
|
||||
|
||||
|
@ -360,7 +360,7 @@ public:
|
||||
/// \see https://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.html#SEC40
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
int IsChannelFading(int which) const;
|
||||
Mix_Fading GetChannelFading(int which) const;
|
||||
|
||||
// TODO: Groups
|
||||
// TODO: Music
|
||||
|
Loading…
x
Reference in New Issue
Block a user