From 1645f11fa28fc65d4567c93d9da02e90d9aa25d6 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Tue, 9 Feb 2016 12:18:01 -0200 Subject: Scatterplot: improved interaction state changing code. --- scatterplot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scatterplot.h') diff --git a/scatterplot.h b/scatterplot.h index 9450568..93f4f3f 100644 --- a/scatterplot.h +++ b/scatterplot.h @@ -95,9 +95,9 @@ private: enum State { STATE_NONE, + STATE_BRUSHING, STATE_SELECTING, STATE_SELECTED, - STATE_BEGIN_MOVING, STATE_MOVING } m_interactionState; bool m_dragEnabled; @@ -106,8 +106,8 @@ private: bool m_shouldUpdateGeometry, m_shouldUpdateMaterials; - void updateQuadTree(); QuadTree *m_quadtree; + void updateQuadTree(); }; #endif // SCATTERPLOT_H -- cgit v1.2.3