mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 00:49:19 +02:00
minor bug fixes, minor diagnostics tweaks
This commit is contained in:
@@ -56,7 +56,7 @@ bool gl::framebuffer::is_complete()
|
||||
auto const iscomplete { status == GL_FRAMEBUFFER_COMPLETE };
|
||||
|
||||
if( false == iscomplete ) {
|
||||
ErrorLog( "framebuffer status error: " + to_hex_str( status ) );
|
||||
ErrorLog( "framebuffer status: error " + to_hex_str( status ) );
|
||||
}
|
||||
|
||||
return iscomplete;
|
||||
|
||||
Reference in New Issue
Block a user