mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Revert unneeded change
This commit is contained in:
@ -839,13 +839,7 @@ void SetMusicPitch(Music music, float pitch)
|
||||
{
|
||||
alSourcef(music->stream.source, AL_PITCH, pitch);
|
||||
}
|
||||
/*
|
||||
// Set music speed
|
||||
void SetMusicSpeed(Music music, float pitch)
|
||||
{
|
||||
alSourcef(music->stream.source, AL_PITCH, 0.5f);
|
||||
}
|
||||
*/
|
||||
|
||||
// Get music time length (in seconds)
|
||||
float GetMusicTimeLength(Music music)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user