ssao typofix

hat tip: steve_yorkshire- https://discord.com/channels/358091480004558848/783127087820439582/1485316295888077020
This commit is contained in:
AzaezelX 2026-03-22 11:47:20 -05:00
parent 58632d0d73
commit 46b912a481

View file

@ -173,7 +173,7 @@ function PostEffectEditorInspector::toggleSSAOPostFx(%this)
function SSAOPostFx::applyFromPreset(%this)
{
if($PostFXManager::PostFX::Enable && $pref::PostFX::EnableSSAO)
if($PostFX::SSAOPostFx::Enabled && $pref::PostFX::EnableSSAO)
%this.enable();
else
%this.disable();