aboutsummaryrefslogtreecommitdiff
path: root/manipulationhandler.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-02-10 13:03:22 -0200
committerSamuel Fadel <samuelfadel@gmail.com>2016-02-10 13:03:22 -0200
commit0e232a1db450d08a662be16279607730b049eb4d (patch)
treefe361b81cf1144db4222db4cc46f1ac21abd071d /manipulationhandler.h
parented0db5c8d8ed12fa02eab5e529db60d92d78d8b2 (diff)
Fixed issue #20; also removed some unused #include.
Diffstat (limited to 'manipulationhandler.h')
-rw-r--r--manipulationhandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/manipulationhandler.h b/manipulationhandler.h
index e099da8..f900ec8 100644
--- a/manipulationhandler.h
+++ b/manipulationhandler.h
@@ -33,8 +33,9 @@ public slots:
void setRewind(double t);
private:
- arma::mat m_X, m_Y, m_prevY, m_firstY;
+ arma::mat m_X, m_Y, m_firstY, m_prevY;
arma::uvec m_cpIndices, m_rpIndices;
+ bool m_hasFirst, m_hasPrev;
Technique m_technique;
};