Merge pull request #4215 from pchote/mcv-fix
Obey order.Queued in DeployTransform.
This commit is contained in:
@@ -90,7 +90,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user