Various bugfixes / Updated uCore

This commit is contained in:
Anuken
2018-11-14 09:55:54 -05:00
parent ee043e67a4
commit 9f97ed331b
9 changed files with 13 additions and 65 deletions

View File

@@ -20,7 +20,6 @@ import io.anuke.ucore.function.Consumer;
import io.anuke.ucore.util.Bundles;
import io.anuke.ucore.util.Log;
import io.anuke.ucore.util.Pooling;
import io.anuke.ucore.util.Threads;
import java.io.IOException;
@@ -51,7 +50,6 @@ public class Net{
public static void showError(Throwable e){
if(!headless){
Threads.assertGraphics();
Throwable t = e;
while(t.getCause() != null){