nodes: revise array type

This commit is contained in:
itsmattkc
2022-09-18 22:43:30 -07:00
parent 7a1e1cdb49
commit 4dbfbd63ec
5 changed files with 45 additions and 28 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ protected slots:
private:
static void AddPointToPath(QPainterPath *path, const Bezier &before, const Bezier &after);
static QPainterPath GeneratePath(const QVector<NodeValue> &points);
static QPainterPath GeneratePath(const NodeValueArray &points, int size);
template<typename T>
void ValidateGizmoVectorSize(QVector<T*> &vec, int new_sz);