mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
Solution cleanup
This commit is contained in:
parent
344e3bb6d6
commit
62eb612d73
47 changed files with 988 additions and 1635 deletions
|
@ -130,7 +130,7 @@ internal static class CameraLogic
|
|||
}
|
||||
else
|
||||
{
|
||||
Object.Destroy(ourCamComponent.GetComponent<AzureFogScattering>());
|
||||
UnityEngine.Object.Destroy(ourCamComponent.GetComponent<AzureFogScattering>());
|
||||
}
|
||||
|
||||
// Copy Beautify settings
|
||||
|
@ -143,7 +143,7 @@ internal static class CameraLogic
|
|||
}
|
||||
else
|
||||
{
|
||||
Object.Destroy(ourCamComponent.gameObject.GetComponent<Beautify>());
|
||||
UnityEngine.Object.Destroy(ourCamComponent.gameObject.GetComponent<Beautify>());
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -181,4 +181,4 @@ internal static class CameraLogic
|
|||
internal static void IncrementDist() { _dist += 0.25f; RelocateCam(CurrentLocation); }
|
||||
internal static void DecrementDist() { _dist -= 0.25f; RelocateCam(CurrentLocation); }
|
||||
internal static void AdjustScale(float height) { _scale = height; RelocateCam(CurrentLocation); }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue