mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
remove the ? since its just a float
This commit is contained in:
parent
723b550b70
commit
fb8b09fb3e
@ -38,7 +38,7 @@ namespace NewHorizons.Builder.Props
|
||||
raftController._riverFluid = null;
|
||||
|
||||
raftController._sector = sector;
|
||||
raftController._acceleration = info?.acceleration ?? 5f;
|
||||
raftController._acceleration = info.acceleration;
|
||||
sector.OnOccupantEnterSector += raftController.OnOccupantEnterSector;
|
||||
sector.OnOccupantExitSector += raftController.OnOccupantExitSector;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user