Pārlūkot izejas kodu

SDK : fixed another issue in EmitterBoxShapeEditor

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9871 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
rem..om 13 gadi atpakaļ
vecāks
revīzija
97538fe2b4

+ 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;