mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
corrects ghosted decal datablock lookup flaw
This commit is contained in:
parent
bc44aba31c
commit
b1fccc848c
1 changed files with 1 additions and 0 deletions
|
|
@ -284,6 +284,7 @@ void DecalData::unpackData( BitStream *stream )
|
||||||
Parent::unpackData( stream );
|
Parent::unpackData( stream );
|
||||||
|
|
||||||
stream->read( &lookupName );
|
stream->read( &lookupName );
|
||||||
|
assignName(lookupName);
|
||||||
stream->read( &size );
|
stream->read( &size );
|
||||||
stream->read( &materialName );
|
stream->read( &materialName );
|
||||||
_updateMaterial();
|
_updateMaterial();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue