v0.3.4: fixed a text display bug with challenges

This commit is contained in:
Evan Debenham 2016-01-29 19:49:05 -05:00 committed by Evan Debenham
parent a31a828383
commit 25200b2075

View File

@ -498,7 +498,7 @@ public class StartScene extends PixelScene {
}
} );
} else {
StartScene.this.add( new WndMessage( Messages.get(this, "need_to_win") ) );
StartScene.this.add( new WndMessage( Messages.get(StartScene.class, "need_to_win") ) );
}
}