diff options
| author | Ray San <[email protected]> | 2017-02-08 20:02:40 +0100 |
|---|---|---|
| committer | Ray San <[email protected]> | 2017-02-08 20:02:40 +0100 |
| commit | 836c1636a2b5d7779c69cbb633a9ac690d54ef90 (patch) | |
| tree | 9306e150f289f1c7696f80951069b0a2d45b8293 /src/audio.c | |
| parent | 1f6eb1fc61d2cc0cca54a79c1516432f09c86313 (diff) | |
| download | raylib-836c1636a2b5d7779c69cbb633a9ac690d54ef90.tar.gz raylib-836c1636a2b5d7779c69cbb633a9ac690d54ef90.zip | |
Remove lighting system from rlgl standalone header
Diffstat (limited to 'src/audio.c')
| -rw-r--r-- | src/audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio.c b/src/audio.c index 5a5b008f..adbe4f4f 100644 --- a/src/audio.c +++ b/src/audio.c @@ -859,7 +859,7 @@ void SetMusicPitch(Music music, float pitch) // Set music loop count (loop repeats) // NOTE: If set to -1, means infinite loop -void SetMusicLoopCount(Music music, float count); +void SetMusicLoopCount(Music music, float count) { music->loopCount = count; } |
