mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 10:28:14 -05:00
28 lines
563 B
Java
28 lines
563 B
Java
|
|
# Eagler Context Redacted Diff
|
|
# Copyright (c) 2024 lax1dude. All rights reserved.
|
|
|
|
# Version: 1.0
|
|
# Author: lax1dude
|
|
|
|
> INSERT 3 : 6 @ 3
|
|
|
|
+
|
|
+ import net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager;
|
|
+ import net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer;
|
|
|
|
> DELETE 2 @ 2 : 9
|
|
|
|
> DELETE 2 @ 2 : 3
|
|
|
|
> CHANGE 61 : 67 @ 61 : 62
|
|
|
|
~ public void handleTouchInput() throws IOException {
|
|
~ super.handleTouchInput();
|
|
~ this.createFlatWorldListSlotGui.handleTouchInput();
|
|
~ }
|
|
~
|
|
~ protected void actionPerformed(GuiButton parGuiButton) {
|
|
|
|
> EOF
|