overcomplicate

This commit is contained in:
NotAKidoS 2023-04-25 20:36:15 -05:00
parent b87047df2f
commit c42e28f340
3 changed files with 11 additions and 3 deletions

View file

@ -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); }