Bläddra i källkod

Image resize reversal

mitm 8 år sedan
förälder
incheckning
6a6b12adea
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/docs/asciidoc/jme3/advanced/physics.adoc

+ 2 - 2
src/docs/asciidoc/jme3/advanced/physics.adoc

@@ -453,8 +453,8 @@ bulletAppState.getPhysicsSpace().add(geom);
 
 With the corresponding output below:
 
-image:http://i.imgur.com/fAXlF.png[http://i.imgur.com/fAXlF.png,{half-width}]
-image:http://i.imgur.com/Josua.png[http://i.imgur.com/fAXlF.png,{half-width}]
+image:http://i.imgur.com/fAXlF.png[http://i.imgur.com/fAXlF.png,{third-width}]
+image:http://i.imgur.com/Josua.png[http://i.imgur.com/fAXlF.png,{third-width}]
 
 
 === PhysicsSpace Code Samples