Removed old Matrix4 class

This commit is contained in:
Anuken
2020-01-07 11:16:04 -05:00
parent c8980163e9
commit c611ce9d58
5 changed files with 4 additions and 6 deletions

View File

@@ -143,9 +143,7 @@ public class AndroidLauncher extends AndroidApplication{
}, new AndroidApplicationConfiguration(){{
useImmersiveMode = true;
depth = 0;
hideStatusBar = true;
//errorHandler = ModCrashHandler::handle;
}});
checkFiles(getIntent());
}