Semi-finalized the bar texture for Demon Will (Thanks Yulife <3)

This commit is contained in:
WayofTime 2016-07-27 08:28:33 -04:00
parent bf7e9eed6e
commit 1c8faa03ef
2 changed files with 24 additions and 42 deletions

View file

@ -47,7 +47,7 @@ public abstract class HUDElement
this.yOffset = yOffsetDefault;
}
public void drawTexturedModalRect(int x, int y, int textureX, int textureY, int width, int height)
public void drawTexturedModalRect(double x, double y, double textureX, double textureY, double width, double height)
{
float f = 0.00390625F;
float f1 = 0.00390625F;