2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00

Merge branch 'ticket/14'

closes #14
This commit is contained in:
rarified
2021-07-26 10:10:02 -06:00

View File

@ -224,8 +224,9 @@ pfGUIListPicture::pfGUIListPicture( plKey mipKey, hsBool respectAlpha ) : pfGUIL
char str[ 512 ]; char str[ 512 ];
sprintf( str, "%s_uncomp", mip->GetKeyName() ); sprintf( str, "%s_uncomp", mip->GetKeyName() );
fMipmapKey = hsgResMgr::ResMgr()->NewKey( str, uncompBuffer, fMipmapKey->GetUoid().GetLocation() ); fMipmapKey = hsgResMgr::ResMgr()->NewKey( str, uncompBuffer, fMipmapKey->GetUoid().GetLocation() );
fMipmapKey->RefObject();
} }
fMipmapKey->RefObject();
} }
pfGUIListPicture::~pfGUIListPicture() pfGUIListPicture::~pfGUIListPicture()