v0.3.4: fixed a text display bug with challenges
This commit is contained in:
parent
a31a828383
commit
25200b2075
|
@ -498,7 +498,7 @@ public class StartScene extends PixelScene {
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
} else {
|
} else {
|
||||||
StartScene.this.add( new WndMessage( Messages.get(this, "need_to_win") ) );
|
StartScene.this.add( new WndMessage( Messages.get(StartScene.class, "need_to_win") ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user