Skip to content

Commit

Permalink
fixed bash for loop, now testing using env variable instead of modify…
Browse files Browse the repository at this point in the history
…ing all_changed_files
  • Loading branch information
rjwignar committed Nov 25, 2023
1 parent f6d4991 commit 2585555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ struct PerPassParallax
};



StructuredBuffer<PerPassParallax> perPassParallax : register(t30);

#include "ComplexParallaxMaterials/CRPM.hlsli"
1 change: 1 addition & 0 deletions src/Features/DistantTreeLighting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ void DistantTreeLighting::DrawSettings()
ImGui::EndTooltip();
}


ImGui::Spacing();
ImGui::Spacing();
ImGui::TreePop();
Expand Down

0 comments on commit 2585555

Please sign in to comment.