mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fix so planeswalker scrolled into view when screen first opened
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user