mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Fix audio example fileName
This commit is contained in:
parent
3bbfcfc0a7
commit
368938cfe5
@ -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…
x
Reference in New Issue
Block a user