Skip to content

Commit

Permalink
style: 🎨 apply clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlum authored and github-actions[bot] committed Oct 3, 2023
1 parent b8c2860 commit b105489
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Features/RainWetnessEffects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ void RainWetnessEffects::Draw(const RE::BSShader* shader, const uint32_t)
}

if (shader->shaderType.any(RE::BSShader::Type::Lighting)) {

// During world cubemap generation we cannot use the cubemap
auto shadowState = RE::BSGraphics::RendererShadowState::GetSingleton();
if (shadowState->GetRuntimeData().cubeMapRenderTarget == RE::RENDER_TARGETS_CUBEMAP::kREFLECTIONS) {
Expand Down

0 comments on commit b105489

Please sign in to comment.