mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 17:04:55 +02:00
increased lifetime
This commit is contained in:
parent
ef5ad9eeb3
commit
290659b9f6
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ function MyController(hand, triggerAction) {
|
|||
y: 50,
|
||||
z: 50
|
||||
},
|
||||
lifetime: 100
|
||||
lifetime: 200
|
||||
});
|
||||
this.strokePoints = [];
|
||||
this.strokeNormals = [];
|
||||
|
|
Loading…
Reference in a new issue