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 Nov 26, 2024
1 parent fa2b5a7 commit 6ccaeab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Features/DynamicCubemaps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,7 @@ void DynamicCubemaps::UpdateCubemapCapture(bool a_reflections)
uavs[2] = envCapturePositionTexture->uav.get();
}

if (resetCapture[index])
{
if (resetCapture[index]) {
float clearColor[4]{ 0, 0, 0, 0 };
context->ClearUnorderedAccessViewFloat(uavs[0], clearColor);
context->ClearUnorderedAccessViewFloat(uavs[1], clearColor);
Expand Down

0 comments on commit 6ccaeab

Please sign in to comment.