renderer: log framebuffer creation as trace (#518)

This commit is contained in:
André Silva 2024-10-17 15:23:58 +01:00 committed by GitHub
parent 11694528b4
commit b808086286
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ bool CFramebuffer::alloc(int w, int h, bool highres) {
abort();
}
Debug::log(LOG, "Framebuffer created, status {}", status);
Debug::log(TRACE, "Framebuffer created, status {}", status);
}
glBindTexture(GL_TEXTURE_2D, 0);