Merge pull request #265 from argonui/token-drawing-bugfix
Bugfix: Chaos Token lagging
This commit is contained in:
commit
6ffcc35e70
@ -301,6 +301,7 @@ function drawChaosToken(params)
|
||||
-- add the token to the list, compute new position based on list length
|
||||
tokenOffset[1] = tokenOffset[1] + (0.17 * #chaosTokens)
|
||||
local token = chaosbag.takeObject({
|
||||
index = 0,
|
||||
position = mat.positionToWorld(tokenOffset),
|
||||
rotation = mat.getRotation()
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user