ソースを参照

TestDirectionalLightShadow: don't dup mappings of ShadowTestUIManager

Stephen Gold 4 年 前
コミット
0a9e3f7cff

+ 0 - 3
jme3-examples/src/main/java/jme3test/light/TestDirectionalLightShadow.java

@@ -198,9 +198,6 @@ public class TestDirectionalLightShadow extends SimpleApplication implements Act
     }
 
     private void initInputs() {
-
-        inputManager.addMapping("ThicknessUp", new KeyTrigger(KeyInput.KEY_Y));
-        inputManager.addMapping("ThicknessDown", new KeyTrigger(KeyInput.KEY_H));
         inputManager.addMapping("lambdaUp", new KeyTrigger(KeyInput.KEY_U));
         inputManager.addMapping("lambdaDown", new KeyTrigger(KeyInput.KEY_J));
         inputManager.addMapping("switchGroundMat", new KeyTrigger(KeyInput.KEY_M));