Compile fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user