Fixes ghost seizures.

This commit is contained in:
AnturK
2019-06-10 11:19:47 +02:00
parent d6ec85f3a0
commit 85871da5c9
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
shift.Translate(0, radius)
orbiter.transform = shift
orbiter.SpinAnimation(rotation_speed, -1, clockwise, rotation_segments)
orbiter.SpinAnimation(rotation_speed, -1, clockwise, rotation_segments, parallel = FALSE)
//we stack the orbits up client side, so we can assign this back to normal server side without it breaking the orbit
orbiter.transform = initial_transform