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
@@ -136,6 +136,7 @@ public class RankingsScene extends PixelScene {
noRec.hardlight( 0xCCCCCC );
noRec.x = (w - noRec.width()) / 2;
noRec.y = (h - noRec.height()) / 2;
align(noRec);
add(noRec);
}