Obey order.Queued in DeployTransform. Fixes #4211.

This commit is contained in:
Paul Chote
2013-12-03 18:52:47 +13:00
parent 599faba94e
commit 0948c353e5
2 changed files with 7 additions and 3 deletions

View File

@@ -82,7 +82,8 @@ end
Actor.DeployTransform = function(actor)
Actor.CallFunc(actor, function()
Actor.Trait(actor, "Transforms"):DeployTransform()
-- Queue the transform order
Actor.Trait(actor, "Transforms"):DeployTransform(true)
end)
end