mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Merge pull request #509 from Azaezel/postfxManagerManglefix
adress #508 - fix postfxmanager default initialization
This commit is contained in:
commit
8d122bf3a6
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ function Core_PostFX::onCreate(%this)
|
||||||
exec("./scripts/postFx." @ $TorqueScriptFileExtension);
|
exec("./scripts/postFx." @ $TorqueScriptFileExtension);
|
||||||
|
|
||||||
//Load the default config
|
//Load the default config
|
||||||
loadPresetHandler("./scripts/default.postfxpreset." @ $TorqueScriptFileExtension);
|
PostFXManager.loadPresetHandler("./scripts/default.postfxpreset." @ $TorqueScriptFileExtension);
|
||||||
}
|
}
|
||||||
|
|
||||||
function Core_PostFX::onDestroy(%this)
|
function Core_PostFX::onDestroy(%this)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue