Cleanup and unify views interface (combo)

This commit is contained in:
brunoherbelin
2021-02-28 10:18:10 +01:00
parent 7e723f4142
commit f2cd18f754
11 changed files with 126 additions and 43 deletions

View File

@@ -36,6 +36,7 @@ private:
// TEST
std::vector<glm::vec2> points_;
class LineStrip *lines_;
void updateSelectionOverlay() override;
};