mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
need to set state to ok post-load and pre-changesignal callback
This commit is contained in:
parent
3ace31c68c
commit
5ff83138cf
3 changed files with 2 additions and 12 deletions
|
|
@ -606,15 +606,6 @@ void TSStatic::onRemove()
|
|||
Parent::onRemove();
|
||||
}
|
||||
|
||||
void TSStatic::_onResourceChanged(const Torque::Path& path)
|
||||
{
|
||||
if (path != Path(mShapeName))
|
||||
return;
|
||||
|
||||
_createShape();
|
||||
_updateShouldTick();
|
||||
}
|
||||
|
||||
void TSStatic::onShapeChanged()
|
||||
{
|
||||
_createShape();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue