mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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,
|
||||
y: 0,
|
||||
z: 0,
|
||||
w: Math.PI
|
||||
w: 1
|
||||
},
|
||||
emitRadiusStart: 0,
|
||||
polarStart: 0,
|
||||
|
@ -84,7 +84,7 @@ function emitter(jointName) {
|
|||
alpha: 1,
|
||||
alphaSpread: 0,
|
||||
alphaStart: 1,
|
||||
alphaFinish: 1
|
||||
alphaFinish: 1
|
||||
});
|
||||
return newEmitter;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue