Skip to content

Commit

Permalink
style: 🎨 apply clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored and github-actions[bot] committed Sep 16, 2024
1 parent 8bbc827 commit 70f2479
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Features/DynamicCubemaps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ void DynamicCubemaps::LoadSettings(json& o_json)
LoadGameSettings(iniVRCubeMapSettings);
}
recompileFlag = true;

}

void DynamicCubemaps::SaveSettings(json& o_json)
Expand Down
2 changes: 1 addition & 1 deletion src/ShaderCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ namespace SIE
std::unordered_map<std::string, ShaderCacheResult> shaderMap{};
std::mutex mapMutex;
std::unordered_map<std::string, system_clock::time_point> modifiedShaderMap{}; // hashmap when a shader source file last modified
std::unordered_map<std::string, std::set<hlslRecord>> hlslToShaderMap{}; // hashmap linking specific hlsl files to shader keys in shaderMap
std::unordered_map<std::string, std::set<hlslRecord>> hlslToShaderMap{}; // hashmap linking specific hlsl files to shader keys in shaderMap

std::mutex modifiedMapMutex;

Expand Down

0 comments on commit 70f2479

Please sign in to comment.