diff --git a/src/core/Global.ttslua b/src/core/Global.ttslua index 668c5a36..c368c413 100644 --- a/src/core/Global.ttslua +++ b/src/core/Global.ttslua @@ -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() })