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

Merge branch 'hotfix2furious' into 'develop'

Fix what was somehow just half-fixed

See merge request !21
parents d274e452 6f462193
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -477,9 +477,11 @@ void ofApp::keyPressed(int key){
		case ' ':
			break;

#ifdef BLOB
		case 'p':
			bDisplayBlobTrackerVision = !bDisplayBlobTrackerVision;
            break;
#endif

		case 'v':
			bShowVisuals = !bShowVisuals;
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ public:
    void drawPreview();

#ifdef BLOB
    bool bPreviewPointCloud = false;
    bool bDisplayBlobTrackerVision = false;

    void drawCapturePointCloud(bool mask);
#endif