v0.4.3b: fixed a crash caused by toast changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user