mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-12 22:56:06 +09:00
fix: null cpuid causing crash
This commit is contained in:
@@ -339,8 +339,8 @@ public class App implements ApplicationListener {
|
||||
sc = System.nanoTime();
|
||||
}
|
||||
bogoflops = Math.round((double)(bogoflops) * (1000000000.0 / (sc - st)));
|
||||
System.out.println(sc - st);
|
||||
System.out.println(bogoflops);
|
||||
// System.out.println(sc - st);
|
||||
// System.out.println(bogoflops);
|
||||
|
||||
// if -ea flag is set, turn on all the debug prints
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user