mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
comment
This commit is contained in:
parent
213aebce33
commit
a89fec9655
@ -140,7 +140,7 @@ namespace NewHorizons.Handlers
|
|||||||
FixPlayerVelocity();
|
FixPlayerVelocity();
|
||||||
for(int i = 0; i < length; i++)
|
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();
|
yield return new WaitForEndOfFrame();
|
||||||
}
|
}
|
||||||
FixPlayerVelocity();
|
FixPlayerVelocity();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user