mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Fix Talon Gates BG not loading
This commit is contained in:
committed by
Anthony Calosa
parent
a6c67d2967
commit
f077e59745
@@ -881,7 +881,7 @@ public class MatchScreen extends FScreen {
|
||||
case "Mirrored Depths":
|
||||
g.drawImage(FSkinTexture.BG_PLANE77, x, y, w, midField + bottomPlayerPanel.getField().getHeight() - y);
|
||||
break;
|
||||
case "Talon_Gates":
|
||||
case "Talon Gates":
|
||||
g.drawImage(FSkinTexture.BG_PLANE78, x, y, w, midField + bottomPlayerPanel.getField().getHeight() - y);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user