Skip to content

Commit

Permalink
testing with only cpp source files modified, shader files not included
Browse files Browse the repository at this point in the history
  • Loading branch information
rjwignar committed Nov 25, 2023
1 parent dcfdf31 commit 4aa690b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- main
- dev
- issue-128-cpp-source
pull_request_target:
branches:
- main
- dev
- issue-128-cpp-source
workflow_dispatch:

jobs:
Expand Down
1 change: 0 additions & 1 deletion src/Features/DistantTreeLighting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ void DistantTreeLighting::DrawSettings()
ImGui::TreePop();
}


if (ImGui::TreeNodeEx("Effects", ImGuiTreeNodeFlags_DefaultOpen)) {
ImGui::SliderFloat("SSS Amount", &settings.SubsurfaceScatteringAmount, 0.0f, 1.0f);
if (ImGui::IsItemHovered()) {
Expand Down
1 change: 0 additions & 1 deletion src/Features/DistantTreeLighting.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ struct DistantTreeLighting : Feature
return &singleton;
}


virtual inline std::string GetName() { return "Tree LOD Lighting"; }
virtual inline std::string GetShortName() { return "TreeLODLighting"; }

Expand Down

0 comments on commit 4aa690b

Please sign in to comment.