aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2015-09-23 10:13:44 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2015-09-23 10:13:44 -0300
commitd0aec5a4070c9140228ec6e17e22a99588e6d12d (patch)
tree20b05632dc5d697e1841f77c189a8ebea9c6ce81 /scatterplot.h
parent0518b806d8ce25c69847ec8c403276193611b2e1 (diff)
Reverted back to individual geometries when drawing glyphs.
Diffstat (limited to 'scatterplot.h')
-rw-r--r--scatterplot.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scatterplot.h b/scatterplot.h
index 2d91a63..f4fd238 100644
--- a/scatterplot.h
+++ b/scatterplot.h
@@ -57,11 +57,9 @@ private:
QSet<int> m_selectedGlyphs;
- std::unique_ptr<QSGGeometry> m_glyphGeometryPtr, m_glyphOutlineGeometryPtr;
bool m_shouldUpdateGeometry, m_shouldUpdateMaterials;
arma::vec m_colorData;
-
ColorScale *m_colorScale;
};