corrects ghosted decal datablock lookup flaw

This commit is contained in:
Azaezel 2015-11-07 09:04:47 -06:00
parent bc44aba31c
commit b1fccc848c

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();