Fix so planeswalker scrolled into view when screen first opened

This commit is contained in:
drdev
2016-01-31 21:29:20 +00:00
parent 8f1b87a848
commit 804a74e484

View File

@@ -70,6 +70,7 @@ public class ConquestMultiverseScreen extends FScreen {
@Override
protected void doLayout(float startY, float width, float height) {
planeGrid.setBounds(0, startY, width, height - startY);
planeGrid.scrollPlaneswalkerIntoView();
}
public void update() {