diff --git a/sdk/jme3-core/src/com/jme3/gde/core/properties/EmitterShapePropertyEditor.java b/sdk/jme3-core/src/com/jme3/gde/core/properties/EmitterShapePropertyEditor.java index 5ef00e771..509d74583 100644 --- a/sdk/jme3-core/src/com/jme3/gde/core/properties/EmitterShapePropertyEditor.java +++ b/sdk/jme3-core/src/com/jme3/gde/core/properties/EmitterShapePropertyEditor.java @@ -90,11 +90,11 @@ public class EmitterShapePropertyEditor implements PropertyEditor { + ", " + shape.getMin().z + ", " - + shape.getMin().x + shape.getLen().x + + (shape.getMin().x + shape.getLen().x) + ", " - + shape.getMin().x + shape.getLen().y + + (shape.getMin().x + shape.getLen().y) + ", " - + shape.getMin().x + shape.getLen().z + + (shape.getMin().x + shape.getLen().z) + "]"; } else if (emitter instanceof EmitterPointShape) { EmitterPointShape shape = (EmitterPointShape) emitter;