Removed a redundant assert in OPENGL_COMPOSITOR.
This commit is contained in:
parent
196c5aca83
commit
838c6097d9
|
@ -130,8 +130,6 @@ void OPENGL_COMPOSITOR::Initialize()
|
||||||
|
|
||||||
void OPENGL_COMPOSITOR::Resize( unsigned int aWidth, unsigned int aHeight )
|
void OPENGL_COMPOSITOR::Resize( unsigned int aWidth, unsigned int aHeight )
|
||||||
{
|
{
|
||||||
assert( aWidth > 0 && aHeight > 0 );
|
|
||||||
|
|
||||||
if( m_initialized )
|
if( m_initialized )
|
||||||
clean();
|
clean();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue