Browse Source

Remove debug message.

tags/v2.0.0
Andrew Belt 4 years ago
parent
commit
88995ab5f3
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/window.cpp

+ 0
- 1
src/window.cpp View File

@@ -505,7 +505,6 @@ void Window::screenshotModules(const std::string& screenshotsDir, float zoom) {
nvgluBindFramebuffer(fbw->getFramebuffer());
int width, height;
nvgImageSize(vg, fbw->getImageHandle(), &width, &height);
DEBUG("fb size %d %d", width, height);
uint8_t* pixels = new uint8_t[height * width * 4];
glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, pixels);



Loading…
Cancel
Save