Merge branch 'alpha40_HiddenHugs' of https://github.com/Azaezel/Torque3D into Preview4_0_w_alph40_cleanups

This commit is contained in:
Areloch 2020-05-16 02:17:24 -05:00
commit 2c2c9659e1
5 changed files with 11 additions and 4 deletions

View file

@ -57,6 +57,8 @@ SimObjectId SimObject::smForcedId = 0;
bool SimObject::preventNameChanging = false;
IMPLEMENT_CALLBACK(SimObject, onInspectPostApply, void, (SimObject* obj), (obj), "Generic callback for when an object is edited");
namespace Sim
{
// Defined in simManager.cpp
@ -2238,6 +2240,7 @@ void SimObject::inspectPreApply()
void SimObject::inspectPostApply()
{
onInspectPostApply_callback(this);
}
//-----------------------------------------------------------------------------