Merge pull request #1459 from Azaezel/dangedDecalDatablocks

corrects ghosted decal datablock lookup flaw
This commit is contained in:
Areloch 2015-12-20 02:17:56 -06:00
commit d30529bbeb

View file

@ -284,6 +284,7 @@ void DecalData::unpackData( BitStream *stream )
Parent::unpackData( stream );
stream->read( &lookupName );
assignName(lookupName);
stream->read( &size );
stream->read( &materialName );
_updateMaterial();