1
0
Fork 0
This commit is contained in:
Florian Richer (MrDev023) 2016-03-12 18:01:58 +01:00
parent ce933acda6
commit 99932e3649

View file

@ -32,14 +32,6 @@ public class GameEngine {
}
public static void init(){
// try{
// File file = new File("/log/" + System.currentTimeMillis() + ".txt");
// if(!file.exists()){
// file.createNewFile();
// }
// PrintStream out = new PrintStream(file);
// System.setOut(out);
// }catch(Exception e){e.printStackTrace();}
Input.init();
current = System.nanoTime();
state.init();