mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
fixed offset/length to use buffer properties
keep reference to buffers until free'd added FMUSIC_LoadSongEx test
This commit is contained in:
parent
20663ff01b
commit
d20c118cd6
11 changed files with 232 additions and 39 deletions
|
|
@ -53,7 +53,7 @@ public class MusicPlayer {
|
|||
System.out.println("Usage:\n MusicPlayer <file>");
|
||||
|
||||
// default to Missing_you.mod
|
||||
args = new String[] { "res\\Missing_you.mod"};
|
||||
args = new String[] { "res" + File.separator + "Missing_you.mod"};
|
||||
System.out.println("Using default: " + args[0]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue