Update #16 - Fixed boss bar texture

This commit is contained in:
LAX1DUDE
2023-01-23 16:21:31 -08:00
parent 3e84bfbc1a
commit 104abbbb83
3 changed files with 7 additions and 9 deletions

View File

@ -41,7 +41,9 @@
~ GlStateManager.tryBlendFuncSeparate(770, 771, 1, 0);
> DELETE 21 @ 21 : 30
> DELETE 21 @ 21 : 22
> DELETE 1 @ 1 : 8
> CHANGE 44 : 45 @ 44 : 47
@ -91,11 +93,7 @@
+ GlStateManager.enableBlend();
+ GlStateManager.tryBlendFuncSeparate(770, 771, 1, 0);
> INSERT 24 : 25 @ 24
+ this.mc.getTextureManager().bindTexture(icons);
> CHANGE 224 : 225 @ 224 : 225
> CHANGE 248 : 249 @ 248 : 249
~ public void renderVignette(float parFloat1, int scaledWidth, int scaledHeight) {