mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-21 03:51:41 -08:00
OpenAL cleanup+refactor
This commit is contained in:
parent
f342c38c62
commit
cb2e2ab9b2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package io.anuke.mindustry.desktopsdl;
|
||||
|
||||
import club.minnced.discord.rpc.*;
|
||||
import io.anuke.arc.backends.sdl.jni.SDL;
|
||||
import io.anuke.arc.collection.*;
|
||||
import io.anuke.arc.files.*;
|
||||
import io.anuke.arc.function.*;
|
||||
|
|
@ -10,7 +11,6 @@ import io.anuke.mindustry.core.GameState.*;
|
|||
import io.anuke.mindustry.core.*;
|
||||
import io.anuke.mindustry.net.*;
|
||||
import io.anuke.mindustry.ui.dialogs.*;
|
||||
import sdl.*;
|
||||
|
||||
import java.net.*;
|
||||
import java.util.*;
|
||||
|
|
@ -126,7 +126,7 @@ public class DesktopPlatform extends Platform{
|
|||
}
|
||||
|
||||
private static void message(String message){
|
||||
SDL.SDL_ShowSimpleMessageBox(SDL.SDL_MESSAGEBOX_ERROR, "oh no", message);
|
||||
io.anuke.arc.backends.sdl.jni.SDL.SDL_ShowSimpleMessageBox(SDL.SDL_MESSAGEBOX_ERROR, "oh no", message);
|
||||
}
|
||||
|
||||
private boolean validAddress(byte[] bytes){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue