From 9e30407c4752655361bfd6e49e8be825d0ec5f22 Mon Sep 17 00:00:00 2001 From: Roy Jeffrey Wignarajah Date: Sat, 25 Nov 2023 00:25:01 -0500 Subject: [PATCH] fixed bash for loop, now testing using env variable instead of modifying all_changed_files --- .github/workflows/clang_format.yml | 1 + .../ComplexParallaxMaterials/ComplexParallaxMaterials.hlsli | 1 - src/Features/DistantTreeLighting.cpp | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/clang_format.yml b/.github/workflows/clang_format.yml index b0905f89c..2c86d3b1d 100644 --- a/.github/workflows/clang_format.yml +++ b/.github/workflows/clang_format.yml @@ -82,6 +82,7 @@ jobs: fi done #PROCESS_OUTPUT="${PROCESS_OUTPUT// /\\ }" + PROCESS_OUTPUT="${PROCESS_OUTPUT// /'%20' }" echo $PROCESS_OUTPUT echo "::set-outputs name=changed_files::${PROCESS_OUTPUT}" diff --git a/features/Complex Parallax Materials/Shaders/ComplexParallaxMaterials/ComplexParallaxMaterials.hlsli b/features/Complex Parallax Materials/Shaders/ComplexParallaxMaterials/ComplexParallaxMaterials.hlsli index dbe922209..5583f1506 100644 --- a/features/Complex Parallax Materials/Shaders/ComplexParallaxMaterials/ComplexParallaxMaterials.hlsli +++ b/features/Complex Parallax Materials/Shaders/ComplexParallaxMaterials/ComplexParallaxMaterials.hlsli @@ -17,7 +17,6 @@ struct PerPassParallax uint ShadowsEndFade; }; - StructuredBuffer perPassParallax : register(t30); #include "ComplexParallaxMaterials/CRPM.hlsli" diff --git a/src/Features/DistantTreeLighting.cpp b/src/Features/DistantTreeLighting.cpp index 5fde45fcc..02e8aa57c 100644 --- a/src/Features/DistantTreeLighting.cpp +++ b/src/Features/DistantTreeLighting.cpp @@ -56,7 +56,6 @@ void DistantTreeLighting::DrawSettings() ImGui::EndTooltip(); } - ImGui::Spacing(); ImGui::Spacing(); ImGui::TreePop();