mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
overcomplicate
This commit is contained in:
parent
b87047df2f
commit
c42e28f340
3 changed files with 11 additions and 3 deletions
|
@ -175,7 +175,7 @@ internal static class CameraLogic
|
|||
CurrentLocation = CameraLocation.Default;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private static void ResetDist() => _dist = 0;
|
||||
internal static void IncrementDist() { _dist += 0.25f; RelocateCam(CurrentLocation); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue