Jelajahi Sumber

fix partial

mitm001 5 tahun lalu
induk
melakukan
01335fab2f

+ 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-solution-important.adoc[]
+include::partial$proposed-solutions-important.adoc[]
 
 
 == Conclusion

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

@@ -123,7 +123,7 @@ Here are some fun things to try:
 Look back at the xref:beginner/hello_node.adoc[Hello Node] tutorial if you do not remember the transformation methods for scaling, translating, and rotating.
 
 
-include::partial$proposed-solution-important.adoc[]
+include::partial$proposed-solutions-important.adoc[]
 
 
 == Conclusion

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

@@ -382,7 +382,7 @@ Change the code as follows to simulate the player picking up objects into the in
 **  Position the nodes: The bottom left corner of the HUD is (0f,0f), and the top right corner is at (settings.getWidth(),settings.getHeight()).
 
 
-include::partial$proposed-solution-important.adoc[]
+include::partial$proposed-solutions-important.adoc[]