From 2eb753e99dd2b16ec6fd655ac29ce23ae8ed5f20 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Wed, 6 May 2020 23:23:07 +1000 Subject: [PATCH] matrix: comment out broken test code --- app/node/generator/matrix/matrix.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/node/generator/matrix/matrix.cpp b/app/node/generator/matrix/matrix.cpp index c2fcd199f..66e7f57af 100644 --- a/app/node/generator/matrix/matrix.cpp +++ b/app/node/generator/matrix/matrix.cpp @@ -104,6 +104,8 @@ bool MatrixGenerator::HasGizmos() const void MatrixGenerator::DrawGizmos(NodeValueDatabase &db, QPainter *p, const QVector2D &scale) const { + // FIXME: Implement this properly + /* p->setPen(Qt::white); // Fold values into a matrix @@ -114,6 +116,7 @@ void MatrixGenerator::DrawGizmos(NodeValueDatabase &db, QPainter *p, const QVect // Draw ellipse p->drawEllipse(QRect(0, 0, 100, 100)); + */ } QMatrix4x4 MatrixGenerator::GenerateMatrix(NodeValueDatabase &value) const