1
0
Fork 0
This commit is contained in:
Florian Richer (MrDev023) 2016-03-12 18:01:40 +01:00
parent b1e5605a64
commit 4abf461bf6
8 changed files with 110 additions and 31 deletions

View file

@ -52,7 +52,7 @@ public class GameEngine {
System.out.println("---------------------------- Load Audio File -----------------------------------------");
try {
a = new Audio("res/audio/test.wav");
a.playSound();
// a.playSound();
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
@ -93,7 +93,6 @@ public class GameEngine {
TICKS = 0;
Timer.setValue("info", Timer.getNanoTime("info") - 1000000000);
}
}
destroy();
}