This commit is contained in:
JohnCorby 2024-06-17 15:37:38 -07:00
parent 213aebce33
commit a89fec9655

View File

@ -140,7 +140,7 @@ namespace NewHorizons.Handlers
FixPlayerVelocity();
for(int i = 0; i < length; i++)
{
FixPlayerVelocity(false);
FixPlayerVelocity(false); // dont recenter universe here or else it spams and lags game
yield return new WaitForEndOfFrame();
}
FixPlayerVelocity();