Merge pull request #779 from argonui/decklib

DeckLib: Flip cards instantly
This commit is contained in:
dscarpac 2024-07-27 07:19:18 -07:00 committed by GitHub
commit 58a05faa45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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