Merge branch 'method_Unmangle' into PBR_PR

This commit is contained in:
Azaezel 2018-12-12 14:54:22 -06:00
commit 8e534dd0c9
636 changed files with 3939 additions and 3454 deletions

View file

@ -641,7 +641,7 @@ BaseMatInstance* SkyBox::_getMaterialInstance()
return mMatInstance;
}
DefineConsoleMethod( SkyBox, postApply, void, (), , "")
DefineEngineMethod( SkyBox, postApply, void, (), , "")
{
object->inspectPostApply();
}