From 3938ca2cee2e9f93b285090666435064787cf8f2 Mon Sep 17 00:00:00 2001 From: Ferdinand Date: Tue, 22 Sep 2020 22:41:42 +0200 Subject: [PATCH] Update KeyCompound.java --- src/net/fexcraft/app/fmt/utils/KeyCompound.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");