lightpreview: disable "uploaded {} bytes face visibility texture" debug spam

This commit is contained in:
Eric Wasylishen 2023-12-24 16:40:44 -07:00
parent a928b13464
commit f47602050b
1 changed files with 1 additions and 1 deletions

View File

@ -984,7 +984,7 @@ void GLView::setFaceVisibilityArray(uint8_t *data)
glTexBuffer(GL_TEXTURE_BUFFER, GL_R8UI, face_visibility_buffer->bufferId());
face_visibility_texture->release();
logging::print("uploaded {} bytes face visibility texture", face_visibility_width);
//logging::print("uploaded {} bytes face visibility texture", face_visibility_width);
}
void GLView::renderBSP(const QString &file, const mbsp_t &bsp, const bspxentries_t &bspx,