浏览代码

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

正在加载...
取消
保存