diff --git a/src/net/fexcraft/app/fmt/utils/KeyCompound.java b/src/net/fexcraft/app/fmt/utils/KeyCompound.java index 2616b679..760762fa 100644 --- a/src/net/fexcraft/app/fmt/utils/KeyCompound.java +++ b/src/net/fexcraft/app/fmt/utils/KeyCompound.java @@ -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");