Fix audio example fileName
This commit is contained in:
parent
3bbfcfc0a7
commit
368938cfe5
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ public class ModulePlaying
|
||||||
circles[i].Color = colors[GetRandomValue(0, 13)];
|
circles[i].Color = colors[GetRandomValue(0, 13)];
|
||||||
}
|
}
|
||||||
|
|
||||||
Music music = LoadMusicStream("resources/audio/mini1111.Xm");
|
Music music = LoadMusicStream("resources/audio/mini1111.xm");
|
||||||
music.Looping = false;
|
music.Looping = false;
|
||||||
float pitch = 1.0f;
|
float pitch = 1.0f;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue