Skip to content

Commit

Permalink
feat: enable LLF for water shader VR
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Apr 4, 2024
1 parent 5305219 commit 331c9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Features/LightLimitFix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ bool LightLimitFix::HasShaderDefine(RE::BSShader::Type shaderType)
return true;
case RE::BSShader::Type::Effect:
case RE::BSShader::Type::Water:
return !REL::Module::IsVR();
return true;
default:
return false;
}
Expand Down

0 comments on commit 331c9a7

Please sign in to comment.