Removed debugging directives

This commit is contained in:
Grayson Riffe (Laptop) 2021-08-20 14:09:37 -05:00
parent f6ffb9f87e
commit 99404714e8

View File

@ -55,12 +55,10 @@ namespace nf {
SwapBuffers(m_hdc);
#ifdef _DEBUG
GLenum err = glGetError();
if (err != GL_NO_ERROR) {
Error(("OpenGL error " + std::to_string(err)).c_str());
}
#endif
}
Renderer::~Renderer() {