mirror of
https://github.com/Winded/RagdollMover.git
synced 2025-03-04 03:13:36 -05:00
Fixed an errors with scaling bones
This commit is contained in:
parent
33a230745c
commit
0ef57cb058
@ -1401,7 +1401,7 @@ local NETFUNC = {
|
||||
if ent:GetClass() == "prop_ragdoll" then
|
||||
obj = ent:GetPhysicsObjectNum(RAGDOLLMOVER[pl].GizmoParentID)
|
||||
if IsValid(obj) then
|
||||
ppos, pang = LocalToWorld(axis.GizmoPos, axis.GizmoAng, obj:GetPos(), obj:GetAngles())
|
||||
ppos, pang = LocalToWorld(rgmaxis.GizmoPos, rgmaxis.GizmoAng, obj:GetPos(), obj:GetAngles())
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user