Removed a redundant assert in OPENGL_COMPOSITOR.

This commit is contained in:
Maciej Suminski 2017-01-18 14:30:08 +01:00
parent 196c5aca83
commit 838c6097d9
1 changed files with 0 additions and 2 deletions

View File

@ -130,8 +130,6 @@ void OPENGL_COMPOSITOR::Initialize()
void OPENGL_COMPOSITOR::Resize( unsigned int aWidth, unsigned int aHeight )
{
assert( aWidth > 0 && aHeight > 0 );
if( m_initialized )
clean();