Skip to content

Commit

Permalink
Disabled shader cache by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
i_perapechka committed Feb 1, 2025
1 parent 55dae68 commit 4ba625b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IngameEditor/Core/ShaderCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ namespace SIE
static_cast<size_t>(RE::BSShader::Type::Total)>
domainShaders;

bool isEnabled = true;
bool isEnabled = false;
uint32_t disabledClasses = 0;

bool isAsync = true;
Expand Down

0 comments on commit 4ba625b

Please sign in to comment.