Skip to content

Commit

Permalink
Update KeyCompound.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Fexcraft committed Sep 22, 2020
1 parent e1ee614 commit 3938ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/fexcraft/app/fmt/utils/KeyCompound.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public static void init(){
if(action == GLFW_PRESS) Trees.toggle("polygon");
}));
keys.add(new KeyFunction("open_texture_tree", GLFW_KEY_O, action -> {
if(action == GLFW_PRESS) Trees.toggle("helper");
if(action == GLFW_PRESS) Trees.toggle("textures");
}));
keys.add(new KeyFunction("open_helper_tree", GLFW_KEY_I, action -> {
if(action == GLFW_PRESS) Trees.toggle("helper");
Expand Down

0 comments on commit 3938ca2

Please sign in to comment.