mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 11:56:17 +02:00
cleaned up another qDebugging line
This commit is contained in:
parent
9641b11086
commit
9ca5310c21
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ class LineEntityItem : public EntityItem {
|
||||||
}
|
}
|
||||||
|
|
||||||
void setLinePoints(const QVector<glm::vec3>& points){
|
void setLinePoints(const QVector<glm::vec3>& points){
|
||||||
qDebug()<<"points " << points;
|
|
||||||
_points = points;
|
_points = points;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue