mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Disabled Debug log Framebuffer
This commit is contained in:
@@ -321,9 +321,9 @@ void FrameBuffer::checkFramebufferStatus()
|
||||
Log::Warning(" GL_FRAMEBUFFER_UNDEFINED is returned if target is the default framebuffer, but the default framebuffer does not exist.");
|
||||
break;
|
||||
case GL_FRAMEBUFFER_COMPLETE:
|
||||
#ifndef NDEBUG
|
||||
g_print("Framebuffer created %d x %d\n", width(), height());
|
||||
#endif
|
||||
//#ifndef NDEBUG
|
||||
// g_print("Framebuffer created %d x %d\n", width(), height());
|
||||
//#endif
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user