浏览代码

SDK : fixed another issue in EmitterBoxShapeEditor

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9871 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
rem..om 13 年之前
父节点
当前提交
97538fe2b4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      jme3-core/src/com/jme3/gde/core/properties/EmitterShapePropertyEditor.java

+ 2 - 2
jme3-core/src/com/jme3/gde/core/properties/EmitterShapePropertyEditor.java

@@ -92,9 +92,9 @@ public class EmitterShapePropertyEditor implements PropertyEditor {
                     + ", "
                     + ", "
                     + (shape.getMin().x + shape.getLen().x)
                     + (shape.getMin().x + shape.getLen().x)
                     + ", "
                     + ", "
-                    + (shape.getMin().x + shape.getLen().y)
+                    + (shape.getMin().y + shape.getLen().y)
                     + ", "
                     + ", "
-                    + (shape.getMin().x + shape.getLen().z)
+                    + (shape.getMin().z + shape.getLen().z)
                     + "]";
                     + "]";
         } else if (emitter instanceof EmitterPointShape) {
         } else if (emitter instanceof EmitterPointShape) {
             EmitterPointShape shape = (EmitterPointShape) emitter;
             EmitterPointShape shape = (EmitterPointShape) emitter;