From 77ae6b8450931b4a0e5213e7e5ae8e2915dc661d Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 16 Jul 2023 10:47:08 -0400 Subject: [PATCH] Remove unused --- NewHorizons/Components/Ship/ShipWarpController.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/NewHorizons/Components/Ship/ShipWarpController.cs b/NewHorizons/Components/Ship/ShipWarpController.cs index ecae7a7c..cbd09198 100644 --- a/NewHorizons/Components/Ship/ShipWarpController.cs +++ b/NewHorizons/Components/Ship/ShipWarpController.cs @@ -17,8 +17,6 @@ namespace NewHorizons.Components.Ship private bool _waitingToBeSeated; private bool _eyesOpen = false; - private float _impactDeathSpeed; - private const float size = 14f; private readonly string _blackHolePath = "TowerTwin_Body/Sector_TowerTwin/Sector_Tower_HGT/Interactables_Tower_HGT/Interactables_Tower_TT/Prefab_NOM_WarpTransmitter (1)/BlackHole/BlackHoleSingularity";