From 2f3a3d08b0ba71972e20ae639a2077e9d4d17b94 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 2 Mar 2012 05:52:27 +0300 Subject: Bit improve opengl dumper. --- src/openglgraphics.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/openglgraphics.cpp b/src/openglgraphics.cpp index 14d525163..242588473 100644 --- a/src/openglgraphics.cpp +++ b/src/openglgraphics.cpp @@ -1365,10 +1365,10 @@ void OpenGLGraphics::dumpSettings() glGetIntegerv(f, &test[0]); if (test[0] || test[1] || test[2] || test[3]) { - logger->log("%d = %d, %d, %d, %d", f, test[0], test[1], test[2], test[3]); + logger->log("\n%d = %d, %d, %d, %d", f, + test[0], test[1], test[2], test[3]); } } - logger->log("end opengl dump\n\n"); } #endif // USE_OPENGL -- cgit v1.2.3-70-g09d2