mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-25 15:19:30 +00:00
commit
64a7855c95
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