mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
Merge pull request #426 from Azaezel/alpha40/typofix
membervar compile fix
This commit is contained in:
commit
aae264d1ac
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ bool ShapeBaseData::preload(bool server, String &errorStr)
|
||||||
}
|
}
|
||||||
PersistenceManager *persistMgr;
|
PersistenceManager *persistMgr;
|
||||||
if (!Sim::findObject("ServerAssetValidator", persistMgr)) Con::errorf("ServerAssetValidator not found!");
|
if (!Sim::findObject("ServerAssetValidator", persistMgr)) Con::errorf("ServerAssetValidator not found!");
|
||||||
if (server && persistMgr && shapeAssetId == StringTable->EmptyString())
|
if (server && persistMgr && mShapeAssetId == StringTable->EmptyString())
|
||||||
{
|
{
|
||||||
persistMgr->setDirty(this);
|
persistMgr->setDirty(this);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue