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

Merge branch 'hotfix' into 'develop'

Fix previous commit missing the header file

See merge request !20
parents ecf5bdf4 1d8d58ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -129,13 +129,13 @@ public:

    bool dispRaw;

    bool bPreviewPointCloud = false;
        
    CaptureMeshArray capMesh;
	
    void drawPreview();

#ifdef BLOB
    bool bPreviewPointCloud = false;

    void drawCapturePointCloud(bool mask);
#endif