Fix error message

This commit is contained in:
rdb 2010-02-24 15:57:02 +00:00
parent 3e42473cb1
commit 2e503bd284
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ check_fbo() {
default:
GLCAT.error() << "UNKNOWN PROBLEM " << status; break;
}
GLCAT.error() << " for " << get_name() << "\n";
GLCAT.error(false) << " for " << get_name() << "\n";
glgsg->bind_fbo(0);
report_my_gl_errors();