v0.4.3b: fixed a crash caused by toast changes

This commit is contained in:
Evan Debenham 2016-11-02 19:27:04 -04:00
parent 6ee0a30db8
commit 6fee5aeebe

View File

@ -556,8 +556,8 @@ public class GameScene extends PixelScene {
private synchronized void prompt( String text ) {
if (prompt != null) {
prompt.destroy();
prompt.killAndErase();
prompt.destroy();
prompt = null;
}