mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Adjusts some of the loading logic, for guiBitmapCtrl mostly, to not try and load ALL image content upfront during client init, improving load times
This commit is contained in:
parent
d22b7c7121
commit
829cc2b24a
4 changed files with 18 additions and 3 deletions
|
|
@ -119,6 +119,8 @@ SimObject* TamlXmlReader::parseElement( tinyxml2::XMLElement* pXmlElement )
|
|||
if ( pSimObject == NULL )
|
||||
return NULL;
|
||||
|
||||
pSimObject->setFilename(mpTaml->getFilePathBuffer());
|
||||
|
||||
// Find Taml callbacks.
|
||||
TamlCallbacks* pCallbacks = dynamic_cast<TamlCallbacks*>( pSimObject );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue