Compile fix

This commit is contained in:
Anuken 2019-01-28 09:04:28 -05:00
parent e9a82652a0
commit 7e9ca6fbb6

View file

@ -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);