Added cUITextEdit ( not finished, but usable and working ).

Fixed some minor bugs.
This commit is contained in:
spartanj
2010-12-24 00:27:04 -03:00
parent f7ffec103f
commit cad28b6d6b
26 changed files with 598 additions and 75 deletions

View File

@@ -132,6 +132,8 @@ cTextureLoader::cTextureLoader( const unsigned char * Pixels,
}
cTextureLoader::~cTextureLoader() {
eeSAFE_DELETE( mColorKey );
if ( TEX_LT_PIXELS != mLoadType )
eeSAFE_FREE( mPixels );
}