From f47602050b13bba504b0e6be1a43fc8fa3bf1a22 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sun, 24 Dec 2023 16:40:44 -0700 Subject: [PATCH] lightpreview: disable "uploaded {} bytes face visibility texture" debug spam --- lightpreview/glview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightpreview/glview.cpp b/lightpreview/glview.cpp index 447a8703..64df735a 100644 --- a/lightpreview/glview.cpp +++ b/lightpreview/glview.cpp @@ -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,