Skip to content

Commit

Permalink
style: 🎨 apply clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRiverwoodModder authored and github-actions[bot] committed Jan 6, 2024
1 parent 7c588fd commit 787ea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Features/WetnessEffects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ float WetnessEffects::CalculateWetness(RE::TESWeather* weather, RE::Sky* sky)
if (weather->precipitationData && weather->data.flags.any(RE::TESWeather::WeatherDataFlag::kRainy)) {
// Raining
wetness = settings.MaxRainWetness;
}
}
}
}
return wetness;
Expand Down

0 comments on commit 787ea29

Please sign in to comment.