Explorar o código

Merge pull request #48 from mitm001/patch-8

Update physics_listeners.adoc
mitm001 %!s(int64=9) %!d(string=hai) anos
pai
achega
d41725ff81
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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()