浏览代码

SSAOUI: correct a "System.out" hint message

Stephen Gold 4 年之前
父节点
当前提交
bdf15ba4d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jme3-examples/src/main/java/jme3test/post/SSAOUI.java

+ 1 - 1
jme3-examples/src/main/java/jme3test/post/SSAOUI.java

@@ -56,7 +56,7 @@ public class SSAOUI {
         System.out.println("-- Sample Radius : press Y to increase, H to decrease");
         System.out.println("-- Sample Radius : press Y to increase, H to decrease");
         System.out.println("-- AO Intensity : press U to increase, J to decrease");
         System.out.println("-- AO Intensity : press U to increase, J to decrease");
         System.out.println("-- AO scale : press I to increase, K to decrease");
         System.out.println("-- AO scale : press I to increase, K to decrease");
-        System.out.println("-- AO bias : press O to increase, P to decrease");
+        System.out.println("-- AO bias : press O to increase, L to decrease");
         System.out.println("-- Toggle AO on/off : press space bar");
         System.out.println("-- Toggle AO on/off : press space bar");
         System.out.println("-- Use only AO : press Num pad 0");
         System.out.println("-- Use only AO : press Num pad 0");
         System.out.println("-- Output config declaration : press P");
         System.out.println("-- Output config declaration : press P");