Skip to content

Commit

Permalink
modified only one cpp file
Browse files Browse the repository at this point in the history
  • Loading branch information
rjwignar committed Feb 29, 2024
1 parent ba88118 commit cd5feb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Features/DistantTreeLighting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_WITH_DEFAULT(

void DistantTreeLighting::DrawSettings()
{
// comment
if (ImGui::TreeNodeEx("Complex Tree LOD", ImGuiTreeNodeFlags_DefaultOpen)) {
ImGui::Checkbox("Enable Complex Tree LOD", (bool*)&settings.EnableComplexTreeLOD);
if (auto _tt = Util::HoverTooltipWrapper()) {
Expand Down

0 comments on commit cd5feb9

Please sign in to comment.