mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-01 11:33:48 +00:00
Added refactor of Editor Settings window
Various fixes for asset handling. WIP of crash tracking
This commit is contained in:
parent
d4e55c1bf3
commit
17cec11b97
29 changed files with 660 additions and 271 deletions
|
|
@ -225,8 +225,6 @@ const char* GameObjectAsset::create()
|
|||
//Entity* e = dynamic_cast<Entity*>(pSimObject);
|
||||
//e->_setGameObject(getAssetId());
|
||||
|
||||
StringTableEntry assetId = getAssetId();
|
||||
|
||||
pSimObject->setDataField(StringTable->insert("GameObject"), nullptr, getAssetId());
|
||||
|
||||
return pSimObject->getIdString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue