mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +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)
|
function SSAOPostFx::applyFromPreset(%this)
|
||||||
{
|
{
|
||||||
if($PostFXManager::PostFX::Enable && $pref::PostFX::EnableSSAO)
|
if($PostFX::SSAOPostFx::Enabled && $pref::PostFX::EnableSSAO)
|
||||||
%this.enable();
|
%this.enable();
|
||||||
else
|
else
|
||||||
%this.disable();
|
%this.disable();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue