fix indent

This commit is contained in:
Twin1
2023-12-07 21:11:11 -06:00
committed by GitHub
parent 418d56632e
commit 893c2e57a0

View File

@@ -40,7 +40,7 @@ namespace Calendar
return -1;
}
static inline void SetSnow(float NewValue)
static inline void SetSnow(float NewValue)
{
static auto SetSnowFn = FindObject<UFunction>(L"/Game/Athena/Apollo/Environments/Blueprints/CalendarEvents/BP_ApolloSnowSetup.BP_ApolloSnowSetup_C.SetSnow") ? FindObject<UFunction>(L"/Game/Athena/Apollo/Environments/Blueprints/CalendarEvents/BP_ApolloSnowSetup.BP_ApolloSnowSetup_C.SetSnow") :
FindObject<UFunction>(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!");
}
}
}
}