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

@@ -25,7 +25,6 @@
class VertexObject
{
friend class Mesh;
public:
VertexObject();
~VertexObject();
@@ -57,7 +56,6 @@ private:
GLuint vao_;
Buffer buffer_obj, buffer_sel;
bool buffers_binded, objects_changed, selected_changed;
};