SDK : Fixed EmitterShapePropertyEditor formatting when using a Box shape
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9831 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
c6ac2b8dcd
commit
f5622ffc1e
@ -90,11 +90,11 @@ public class EmitterShapePropertyEditor implements PropertyEditor {
|
|||||||
+ ", "
|
+ ", "
|
||||||
+ shape.getMin().z
|
+ 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) {
|
} else if (emitter instanceof EmitterPointShape) {
|
||||||
EmitterPointShape shape = (EmitterPointShape) emitter;
|
EmitterPointShape shape = (EmitterPointShape) emitter;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user