浏览代码

Image resize reversal

mitm 8 年之前
父节点
当前提交
6a6b12adea
共有 1 个文件被更改,包括 2 次插入2 次删除
  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