Skip to content

Commit

Permalink
fix: set recompileFlag when loading ssgi settings (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentalimbed authored Dec 18, 2024
1 parent 324f1bf commit 13ec12c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Features/ScreenSpaceGI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ void ScreenSpaceGI::LoadSettings(json& o_json)
setting->data.b = false;
}
}

recompileFlag = true;
}

void ScreenSpaceGI::SaveSettings(json& o_json)
Expand Down

0 comments on commit 13ec12c

Please sign in to comment.