SDK : fixed another issue in EmitterBoxShapeEditor

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9871 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
rem..om 12 years ago
parent c84d25b755
commit 479a5ae7a4
  1. 4
      sdk/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;

Loading…
Cancel
Save