Skip to content

Commit

Permalink
Update GGR.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Fexcraft committed May 13, 2020
1 parent 14bdf3e commit 87a6392
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/net/fexcraft/app/fmt/utils/GGR.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import org.lwjgl.opengl.GL11;

import net.fexcraft.app.fmt.FMTB;
import net.fexcraft.app.fmt.ui.SettingsBox;
import net.fexcraft.app.fmt.ui.editor.Editors;
import net.fexcraft.app.fmt.ui.editor.TextureEditor;
import net.fexcraft.app.fmt.ui.field.Field;
Expand Down Expand Up @@ -134,7 +133,6 @@ public static boolean isNotOverUI(){
if(y[0] < 30) return false;
if(Editors.anyVisible() && x[0] < 304) return false;
if(Trees.anyVisible() && x[0] > (FMTB.WIDTH - 304)) return false;
if(SettingsBox.isHovered()) return false;
return true;
}

Expand Down

0 comments on commit 87a6392

Please sign in to comment.