Merge branch 'new' of https://github.com/ThisIsALegitUsername/Resent-1.8 into new
This commit is contained in:
commit
1c97c78cd9
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,3 +18,4 @@ desktopRuntime/eclipseProject/.classpath
|
|||
desktopRuntime/eclipseProject/.project
|
||||
desktopRuntime/eclipseProject/eaglercraftDebugRuntime.launch
|
||||
desktopRuntime/eclipseProject/.classpath
|
||||
.gitpod.yml
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user