Explorar el Código

fix tag to tags

mitm001 hace 5 años
padre
commit
f97b26ddeb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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=solution;input]
+include::partial$proposed-solutions-important.adoc[tags=solution;input]
 
 
 == Conclusion