mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:37:20 +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,
|
y: 50,
|
||||||
z: 50
|
z: 50
|
||||||
},
|
},
|
||||||
lifetime: 100
|
lifetime: 200
|
||||||
});
|
});
|
||||||
this.strokePoints = [];
|
this.strokePoints = [];
|
||||||
this.strokeNormals = [];
|
this.strokeNormals = [];
|
||||||
|
|
Loading…
Reference in a new issue