Преглед на файлове

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().y)
+                    + (shape.getMin().y + shape.getLen().y)
                     + ", "
-                    + (shape.getMin().x + shape.getLen().z)
+                    + (shape.getMin().z + shape.getLen().z)
                     + "]";
         } else if (emitter instanceof EmitterPointShape) {
             EmitterPointShape shape = (EmitterPointShape) emitter;