Commit 7c520147 authored by Maciej Suminski's avatar Maciej Suminski

Fixed unnecessary comment

parents ac489ece f1c3ea1c
...@@ -95,7 +95,7 @@ unsigned int OPENGL_COMPOSITOR::CreateBuffer() ...@@ -95,7 +95,7 @@ unsigned int OPENGL_COMPOSITOR::CreateBuffer()
{ {
wxASSERT( m_initialized ); wxASSERT( m_initialized );
//if( usedBuffers() >= m_maxBuffers ) if( usedBuffers() >= m_maxBuffers )
{ {
wxLogError( wxT( "Cannot create more framebuffers. OpenGL rendering backend requires at" wxLogError( wxT( "Cannot create more framebuffers. OpenGL rendering backend requires at"
"least 3 framebuffers. You may try to update/change " "least 3 framebuffers. You may try to update/change "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment