mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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,
|
||||
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, {
|
||||
|
|
Loading…
Reference in a new issue