mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-25 15:19:30 +00:00
ssao typofix
hat tip: steve_yorkshire- https://discord.com/channels/358091480004558848/783127087820439582/1485316295888077020
This commit is contained in:
parent
58632d0d73
commit
46b912a481
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue