mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-04 02:47:22 +00:00
push the delays way up because i hate myself
This commit is contained in:
parent
f8e7f868ac
commit
bd93ea92ba
@ -91,7 +91,7 @@ namespace QSB.MeteorSync.Events
|
||||
body.MoveToRotation(targetRot);
|
||||
SetVelocity(body, targetVel);
|
||||
body.SetAngularVelocity(targetAngVel);
|
||||
}, 20);
|
||||
}, 50);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -19,7 +19,7 @@ namespace QSB.MeteorSync
|
||||
QSBWorldSync.Init<QSBMeteor, MeteorController>();
|
||||
QSBWorldSync.Init<QSBFragment, FragmentIntegrity>();
|
||||
Ready = true;
|
||||
}, 10);
|
||||
}, 50);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user