Преглед на файлове

Update physics_listeners.adoc

Fixed broken new line in first cell of the "Reading details from a collision event" table.
mitm001 преди 9 години
родител
ревизия
d933183c4d
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/docs/asciidoc/jme3/advanced/physics_listeners.adoc

+ 2 - 1
src/docs/asciidoc/jme3/advanced/physics_listeners.adoc

@@ -170,7 +170,8 @@ The PhysicsCollisionEvent `event` gives you access to detailed information about
 <a|Method                        
 a|Purpose
 
-<a| getObjectA() +getObjectB()     
+<a| getObjectA() +
+getObjectB()     
 a| The two participants in the collision. You cannot know in advance whether some node will be recorded as A or B, you always have to consider both cases. 
 
 <a| getAppliedImpulse()