git-svn-id: svn://db.shs.com.ru/libs@661 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-12-06 22:26:37 +00:00
parent 816c87d101
commit 1c73e79c65
11 changed files with 295 additions and 104 deletions

View File

@@ -101,7 +101,7 @@ void RendererSelection::renderSelection(Scene & scene) {
}
//qDebug() << id_hover;
} else {
QVector<uint> points = fbo_selection.getPoints();
QVector<uint> points = fbo_selection.getPointsByte();
QSet<uint> ids_hover;
foreach (uint i, points)
ids_hover << i;