diff options
| author | Ray <[email protected]> | 2017-01-24 00:32:16 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-01-24 00:32:16 +0100 |
| commit | 825eab37e23658264361c0301e6e6a0dc7822428 (patch) | |
| tree | e1c12610caf1e2a93c7aa76cd66b392a6fb7e08d /src/audio.c | |
| parent | 762d2580cdb361dedc80ee5520d905b5de7ecc8a (diff) | |
| download | raylib-825eab37e23658264361c0301e6e6a0dc7822428.tar.gz raylib-825eab37e23658264361c0301e6e6a0dc7822428.zip | |
Revert unneeded change
Diffstat (limited to 'src/audio.c')
| -rw-r--r-- | src/audio.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/audio.c b/src/audio.c index 3b463df3..74a54b04 100644 --- a/src/audio.c +++ b/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) { |
