Przeglądaj źródła

Update hello_input_system.adoc

Fixed list continuation error.
mitm001 9 lat temu
rodzic
commit
6f3aa54285

+ 1 - 1
src/docs/asciidoc/jme3/beginner/hello_input_system.adoc

@@ -139,7 +139,7 @@ Have a look at the code:
                                       new MouseButtonTrigger(MouseInput.BUTTON_LEFT));
 
 ----
-+
+
 Now you need to register your trigger mappings.
 
 .  You register the pause action to the ActionListener, because it is an “on/off action.