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