Compile fix
This commit is contained in:
@@ -48,6 +48,12 @@ public class DeployDialog extends FloatingDialog{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void setup(){
|
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();
|
cont.clear();
|
||||||
titleTable.remove();
|
titleTable.remove();
|
||||||
marginTop(0f);
|
marginTop(0f);
|
||||||
|
|||||||
Reference in New Issue
Block a user