Explorar o código

Update hello_input_system.adoc

Fixed list continuation error.
mitm001 %!s(int64=9) %!d(string=hai) anos
pai
achega
6f3aa54285
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.