Skip to content

Commit

Permalink
Fix basic information panels defaulting to black instead green
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampsa committed Aug 18, 2022
1 parent 1769e37 commit 1f83d9e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -784,9 +784,7 @@ public int modifyTextureIndex(int texture, int x, int y, int z) {
}
texture = I_PANEL_BACKGROUND;

if (colored) {
texture = texture + colorBackground * 16;
}
texture = texture + colorBackground * 16;

if (getPowered()) {
texture += 240;
Expand Down

0 comments on commit 1f83d9e

Please sign in to comment.