Fixed an errors with scaling bones

This commit is contained in:
penolakushari 2024-07-26 00:25:29 +03:00
parent 33a230745c
commit 0ef57cb058

View File

@ -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