Browse Source

Merge branch 'ticket/14'

closes #14
tickets/14/14/4
rarified 3 years ago
parent
commit
099a171f85
  1. 3
      Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIListElement.cpp

3
Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIListElement.cpp

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

Loading…
Cancel
Save