소스 검색

BloomUI: correct a "System.out" hint message

Stephen Gold 4 년 전
부모
커밋
9c40d2f1ec
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      jme3-examples/src/main/java/jme3test/post/BloomUI.java

+ 2 - 2
jme3-examples/src/main/java/jme3test/post/BloomUI.java

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2020 jMonkeyEngine
+ * Copyright (c) 2009-2021 jMonkeyEngine
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -49,7 +49,7 @@ public class BloomUI {
         System.out.println("-- blur Scale : press Y to increase, H to decrease");
         System.out.println("-- exposure Power : press U to increase, J to decrease");
         System.out.println("-- exposure CutOff : press I to increase, K to decrease");
-        System.out.println("-- bloom Intensity : press O to increase, P to decrease");
+        System.out.println("-- bloom Intensity : press O to increase, L to decrease");
         System.out.println("-------------------------------------------------------");
 
         inputManager.addMapping("blurScaleUp", new KeyTrigger(KeyInput.KEY_Y));