mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-03 03:56:30 +03:00
Added cUITextEdit ( not finished, but usable and working ).
Fixed some minor bugs.
This commit is contained in:
@@ -132,6 +132,8 @@ cTextureLoader::cTextureLoader( const unsigned char * Pixels,
|
||||
}
|
||||
|
||||
cTextureLoader::~cTextureLoader() {
|
||||
eeSAFE_DELETE( mColorKey );
|
||||
|
||||
if ( TEX_LT_PIXELS != mLoadType )
|
||||
eeSAFE_FREE( mPixels );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user