adding in changes missed in merge

This commit is contained in:
Evan Debenham
2016-05-08 19:17:47 -04:00
parent e6853c9eb6
commit c6ba32075c
4 changed files with 6 additions and 6 deletions
@@ -117,6 +117,7 @@ public class WndLangs extends Window {
title.x = textLeft + (textWidth - title.width())/2f;
title.y = 0;
title.hardlight(TITLE_COLOR);
PixelScene.align(title);
add(title);
if (currLang == Languages.ENGLISH){