mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 04:50:31 +00:00
adress #508 - fix postfxmanager default initialization
This commit is contained in:
parent
18a7e31991
commit
29286ed924
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ function Core_PostFX::onCreate(%this)
|
|||
exec("./scripts/postFx." @ $TorqueScriptFileExtension);
|
||||
|
||||
//Load the default config
|
||||
loadPresetHandler("./scripts/default.postfxpreset." @ $TorqueScriptFileExtension);
|
||||
PostFXManager.loadPresetHandler("./scripts/default.postfxpreset." @ $TorqueScriptFileExtension);
|
||||
}
|
||||
|
||||
function Core_PostFX::onDestroy(%this)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue