From 1d8d58ae2b98b13d75d51fb84adee0f329de6c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20B=C3=BCrki?= Date: Wed, 19 Aug 2020 11:02:39 +0200 Subject: [PATCH] Fix previous commit missing the header file --- src/ofApp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ofApp.h b/src/ofApp.h index df4803b..06c5624 100644 --- a/src/ofApp.h +++ b/src/ofApp.h @@ -129,13 +129,13 @@ public: bool dispRaw; - bool bPreviewPointCloud = false; - CaptureMeshArray capMesh; void drawPreview(); #ifdef BLOB + bool bPreviewPointCloud = false; + void drawCapturePointCloud(bool mask); #endif -- GitLab