mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Fix field separator position
This commit is contained in:
@@ -139,7 +139,7 @@ public class MatchScreen extends FScreen {
|
||||
}
|
||||
g.drawLine(1, BORDER_COLOR, 0, y, w, y);
|
||||
|
||||
y = (midField - SEPARATOR_THICKNESS) / 2;
|
||||
y = midField - SEPARATOR_THICKNESS / 2;
|
||||
g.drawLine(SEPARATOR_THICKNESS, BORDER_COLOR, 0, y, w, y);
|
||||
|
||||
y = midField + bottomPlayerPanel.getField().getHeight();
|
||||
|
||||
Reference in New Issue
Block a user