浏览代码

multipick partial test

mitm001 5 年之前
父节点
当前提交
b57b7519d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/tutorials/pages/beginner/hello_input_system.adoc

+ 1 - 1
docs/modules/tutorials/pages/beginner/hello_input_system.adoc

@@ -370,7 +370,7 @@ inputManager.addMapping("Pause",  new KeyTrigger(usersPauseKey));
 TIP: Use xref:ROOT:jme3/faq.adoc#how-do-i-switch-between-third-person-and-first-person-view[flyCam.setEnabled(false);]
 
 
-include::partial$proposed-solutions-important.adoc[tag=input]
+include::partial$proposed-solutions-important.adoc[tag=solution;input]
 
 
 == Conclusion