This commit is contained in:
Anuken
2019-08-15 00:12:06 -04:00
parent 2832dc69ef
commit c058163ab4

View File

@@ -126,7 +126,7 @@ public class DesktopPlatform extends Platform{
}
private static void message(String message){
io.anuke.arc.backends.sdl.jni.SDL.SDL_ShowSimpleMessageBox(SDL.SDL_MESSAGEBOX_ERROR, "oh no", message);
SDL.SDL_ShowSimpleMessageBox(SDL.SDL_MESSAGEBOX_ERROR, "oh no", message);
}
private boolean validAddress(byte[] bytes){