| 83 | } |
| 84 | |
| 85 | bool GuiImageList::FreeTextureEntry( U32 Index ) |
| 86 | { |
| 87 | U32 Id = IndexFromId( Index ); |
| 88 | if ( Id != -1 ) |
| 89 | return FreeTextureEntry( mTextures[ Id ] ); |
| 90 | else |
| 91 | return false; |
| 92 | } |
| 93 | |
| 94 | bool GuiImageList::FreeTextureEntry( PTextureEntry Entry ) |
| 95 | { |