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 ) {
|
private synchronized void prompt( String text ) {
|
||||||
|
|
||||||
if (prompt != null) {
|
if (prompt != null) {
|
||||||
prompt.destroy();
|
|
||||||
prompt.killAndErase();
|
prompt.killAndErase();
|
||||||
|
prompt.destroy();
|
||||||
prompt = null;
|
prompt = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user