Merge pull request #779 from argonui/decklib
DeckLib: Flip cards instantly
This commit is contained in:
commit
58a05faa45
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user