diff --git a/.gitignore b/.gitignore index cd985e9b..74744383 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ desktopRuntime/eclipseProject/.classpath desktopRuntime/eclipseProject/.project desktopRuntime/eclipseProject/eaglercraftDebugRuntime.launch desktopRuntime/eclipseProject/.classpath +.gitpod.yml diff --git a/src/main/java/dev/resent/visual/ui/clickgui/rewrite/ClickGuiRewrite.java b/src/main/java/dev/resent/visual/ui/clickgui/rewrite/ClickGuiRewrite.java index 2b583a28..afcfd31b 100644 --- a/src/main/java/dev/resent/visual/ui/clickgui/rewrite/ClickGuiRewrite.java +++ b/src/main/java/dev/resent/visual/ui/clickgui/rewrite/ClickGuiRewrite.java @@ -50,7 +50,7 @@ public class ClickGuiRewrite extends GuiScreen { @Override public void drawScreen(int mouseX, int mouseY, float var3) { - + GlStateManager.scale(1f,1f,0f); int offset = 0; GlUtils.startScale((this.x + this.width) / 2, (this.y + this.height) / 2, introAnimation != null ? (float) introAnimation.getValue() : 1);