Merge branch 'main' into arkham-build-support

This commit is contained in:
Chr1Z93 2024-07-27 23:12:21 +02:00
commit a521b298c0

View File

@ -46,7 +46,7 @@ do
obj.use_hands = false obj.use_hands = false
if rot then if rot then
obj.setRotationSmooth(rot, false, true) obj.setRotation(rot)
end end
obj.setPositionSmooth(newPos, false, true) obj.setPositionSmooth(newPos, false, true)