Skip to content

Commit

Permalink
Remove duplicate background assignment (libgdx#7041)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frosty-J authored Dec 2, 2022
1 parent 93e7334 commit 9c0ed75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gdx/src/com/badlogic/gdx/scenes/scene2d/ui/Window.java
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ public WindowStyle (BitmapFont titleFont, Color titleFontColor, @Null Drawable b
}

public WindowStyle (WindowStyle style) {
background = style.background;
titleFont = style.titleFont;
if (style.titleFontColor != null) titleFontColor = new Color(style.titleFontColor);
background = style.background;
Expand Down

0 comments on commit 9c0ed75

Please sign in to comment.