Remove lighting system from rlgl standalone header

This commit is contained in:
Ray San
2017-02-08 20:02:40 +01:00
parent 1f6eb1fc61
commit 836c1636a2
3 changed files with 3 additions and 23 deletions

View File

@ -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;
}