From 893c2e57a075a4041c3f72b4ed3b7304faf6e109 Mon Sep 17 00:00:00 2001 From: Twin1 <64933300+Twin1dev@users.noreply.github.com> Date: Thu, 7 Dec 2023 21:11:11 -0600 Subject: [PATCH] fix indent --- Project Reboot 3.0/calendar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project Reboot 3.0/calendar.h b/Project Reboot 3.0/calendar.h index 6f8e89a..c82c763 100644 --- a/Project Reboot 3.0/calendar.h +++ b/Project Reboot 3.0/calendar.h @@ -40,7 +40,7 @@ namespace Calendar return -1; } -static inline void SetSnow(float NewValue) + static inline void SetSnow(float NewValue) { static auto SetSnowFn = FindObject(L"/Game/Athena/Apollo/Environments/Blueprints/CalendarEvents/BP_ApolloSnowSetup.BP_ApolloSnowSetup_C.SetSnow") ? FindObject(L"/Game/Athena/Apollo/Environments/Blueprints/CalendarEvents/BP_ApolloSnowSetup.BP_ApolloSnowSetup_C.SetSnow") : FindObject(L"/Game/Athena/Environments/Landscape/Blueprints/BP_SnowSetup.BP_SnowSetup_C.SetSnow"); @@ -101,4 +101,4 @@ static inline void SetSnow(float NewValue) LOG_INFO(LogDev, "Failed TO FIND!"); } } -} \ No newline at end of file +}