mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-20 12:30:50 -07:00
Compile fix
This commit is contained in:
parent
e9a82652a0
commit
7e9ca6fbb6
1 changed files with 6 additions and 0 deletions
|
|
@ -48,6 +48,12 @@ public class DeployDialog extends FloatingDialog{
|
|||
}
|
||||
|
||||
public void setup(){
|
||||
try{
|
||||
Class.forName("io.anuke.arc.recorder.GifRecorder");
|
||||
}catch(Throwable t){
|
||||
ui.showInfo("This is not ready for testing. Play custom games instead.");
|
||||
}
|
||||
|
||||
cont.clear();
|
||||
titleTable.remove();
|
||||
marginTop(0f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue