Преглед изворни кода

Update hello_input_system.adoc

Fixed list continuation error.
mitm001 пре 9 година
родитељ
комит
6f3aa54285
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/docs/asciidoc/jme3/beginner/hello_input_system.adoc

+ 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.