mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:56:55 +02:00
fix typo in example script
This commit is contained in:
parent
c06d76f7f0
commit
9bf4a30a23
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ function emitter(jointName) {
|
||||||
x:0,
|
x:0,
|
||||||
y: 0,
|
y: 0,
|
||||||
z: 0,
|
z: 0,
|
||||||
w: Math.PI
|
w: 1
|
||||||
},
|
},
|
||||||
emitRadiusStart: 0,
|
emitRadiusStart: 0,
|
||||||
polarStart: 0,
|
polarStart: 0,
|
||||||
|
@ -84,7 +84,7 @@ function emitter(jointName) {
|
||||||
alpha: 1,
|
alpha: 1,
|
||||||
alphaSpread: 0,
|
alphaSpread: 0,
|
||||||
alphaStart: 1,
|
alphaStart: 1,
|
||||||
alphaFinish: 1
|
alphaFinish: 1
|
||||||
});
|
});
|
||||||
return newEmitter;
|
return newEmitter;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue