Skip to content

Commit

Permalink
fix(UI): fix debug assert
Browse files Browse the repository at this point in the history
  • Loading branch information
FlayaN committed Oct 13, 2024
1 parent c281eb7 commit 4bd0d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TruePBR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ void TruePBR::DrawSettings()
settings.useMultiBounceAO = useMultiBounceAO;
}

ImGui::TreePop();
//ImGui::TreePop();
}
}

Expand Down

0 comments on commit 4bd0d9f

Please sign in to comment.