mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 11:42:55 +02:00
Merge pull request #7107 from ericrius1/spraypaintFix
Fix for spraypaint orientation
This commit is contained in:
commit
bf52d30216
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@
|
||||||
green: 20,
|
green: 20,
|
||||||
blue: 150
|
blue: 150
|
||||||
},
|
},
|
||||||
lifetime: 50, //probably wont be holding longer than this straight
|
lifetime: 50, //probably wont be holding longer than this straight,
|
||||||
|
emitterShouldTrail: true
|
||||||
});
|
});
|
||||||
|
|
||||||
setEntityCustomData(this.resetKey, this.paintStream, {
|
setEntityCustomData(this.resetKey, this.paintStream, {
|
||||||
|
|
Loading…
Reference in a new issue