Skip to content

Commit

Permalink
Reset glColor after rendering the mana bar. Closes #472, Vswe/Product…
Browse files Browse the repository at this point in the history
…ion#17 LepkoQQ/EasyCrafting#43 and countless others ._.
  • Loading branch information
Vazkii committed Jan 10, 2015
1 parent c79b114 commit 09a6eae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ else if(tile != null && tile instanceof TilePool)
BossBarHandler.render(event.resolution);
profiler.endSection();
profiler.endSection();

GL11.glColor4f(1F, 1F, 1F, 1F);
}
}

Expand Down

0 comments on commit 09a6eae

Please sign in to comment.