mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix warp exit rotation not working
This commit is contained in:
parent
cc9895093e
commit
9558ee871f
@ -133,7 +133,7 @@ namespace NewHorizons.Handlers
|
|||||||
vesselWarpController._targetWarpPlatform.transform.localPosition = system.Config.warpExitPosition;
|
vesselWarpController._targetWarpPlatform.transform.localPosition = system.Config.warpExitPosition;
|
||||||
|
|
||||||
if (system.Config.warpExitRotation != null)
|
if (system.Config.warpExitRotation != null)
|
||||||
vesselObject.transform.localEulerAngles = system.Config.warpExitRotation;
|
vesselWarpController._targetWarpPlatform.transform.localEulerAngles = system.Config.warpExitRotation;
|
||||||
|
|
||||||
vesselObject.GetComponent<MapMarker>()._labelID = (UITextType)TranslationHandler.AddUI("VESSEL");
|
vesselObject.GetComponent<MapMarker>()._labelID = (UITextType)TranslationHandler.AddUI("VESSEL");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user