remove opengl error debug checks

This commit is contained in:
Skarn
2020-10-14 13:28:39 +03:00
parent 8152d00760
commit dfdade5b63

View File

@@ -23,6 +23,7 @@ namespace opengl
wire_box() {}
wire_box( const wire_box&);
wire_box& operator=( wire_box& );
public:
static wire_box& getInstance() {
static wire_box instance;