Browse Source

Removed a redundant assert in OPENGL_COMPOSITOR.

pull/3/merge
Maciej Suminski 9 years ago
parent
commit
838c6097d9
  1. 2
      common/gal/opengl/opengl_compositor.cpp

2
common/gal/opengl/opengl_compositor.cpp

@ -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();

Loading…
Cancel
Save