]> git.sesse.net Git - nageru/blobdiff - analyzer.cpp
Fix an issue where the mixer lagging too much behind CEF would cause us to display...
[nageru] / analyzer.cpp
index d48176036a1df67c3b9e132757351c4c9fb2e726..b24b46a26ff52457ae3893f7cbf6b1253a1b2f24 100644 (file)
@@ -69,7 +69,7 @@ Analyzer::Analyzer()
 
         glGenBuffers(1, &pbo);
         glBindBuffer(GL_PIXEL_PACK_BUFFER_ARB, pbo);
-        glBufferData(GL_PIXEL_PACK_BUFFER_ARB, global_flags.width * global_flags.height * 4, NULL, GL_STREAM_READ);
+        glBufferData(GL_PIXEL_PACK_BUFFER_ARB, global_flags.width * global_flags.height * 4, nullptr, GL_STREAM_READ);
 
        ui->histogram->xAxis->setVisible(true);
        ui->histogram->yAxis->setVisible(false);