small refactoring

This commit is contained in:
2021-05-31 12:47:46 +03:00
parent 5eaa20202b
commit a9f7408e71
44 changed files with 86 additions and 595 deletions

View File

@@ -53,16 +53,13 @@ protected:
private:
Renderer * r;
Framebuffer fbo_selection;
Mesh * sel_frame;
float line_thick_, scale_;
QVector<uchar> cur_selections_;
QHash<uint, ObjectBase * > ids;
QHash<uint, ObjectBase * > aim_ids;
uint id_hover;
};
#endif // RENDERER_selection_H