Преглед изворни кода

Revert unneeded change

pull/218/head
Ray пре 8 година
родитељ
комит
825eab37e2
1 измењених фајлова са 1 додато и 7 уклоњено
  1. +1
    -7
      src/audio.c

+ 1
- 7
src/audio.c Прегледај датотеку

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

Loading…
Откажи
Сачувај