SDK : fixed another issue in EmitterBoxShapeEditor
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9871 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
c84d25b755
commit
479a5ae7a4
@ -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…
x
Reference in New Issue
Block a user