Commit a7ca90df authored by Pierre Bürki's avatar Pierre Bürki
Browse files

Fix depth stream not being drawn

parent 5c56724a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -277,7 +277,7 @@ void ofApp::draw() {
                break;
            case 1:
#ifdef BLOB
				realSense->drawVideoStream(viewMain);
				realSense->drawDepthStream(viewMain);
#else
				pointCloudManager.drawDepth(viewMain);
#endif