mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
membervar compile fix
This commit is contained in:
parent
3b111b14cc
commit
482e836797
|
|
@ -358,7 +358,7 @@ bool ShapeBaseData::preload(bool server, String &errorStr)
|
|||
}
|
||||
PersistenceManager *persistMgr;
|
||||
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue