提交
This commit is contained in:
@ -1038,9 +1038,9 @@ class CircleDiffuse extends Base {
|
||||
else if (this.options.positions) {
|
||||
position = { ...this.options.positions[0] }
|
||||
}
|
||||
else if (this.options.center) {
|
||||
position = { ...this.options.center }
|
||||
}
|
||||
// else if (this.options.center) {
|
||||
// position = { ...this.options.center }
|
||||
// }
|
||||
else if (this.options.start) {
|
||||
position = { ...this.options.start }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user