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

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|Method                        
 a|Purpose
 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| 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()          
 <a| getAppliedImpulse()