From 145ba8e157f79db64203db9684af2e6ed33af075 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 3 Sep 2017 20:45:52 +0500 Subject: 2017-09-03 --- src/Utility.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Utility.cpp') diff --git a/src/Utility.cpp b/src/Utility.cpp index 30561c4..8be82d6 100644 --- a/src/Utility.cpp +++ b/src/Utility.cpp @@ -29,9 +29,6 @@ GLenum glCheckError_(const char *file, int line) { break; } static int t = 0; - //t++; - if (t > 10) - LOG(FATAL); LOG(ERROR) << "OpenGL error: " << error << " at " << file << ":" << line; } return errorCode; -- cgit v1.2.3