From: Ingo Ruhnke Date: Wed, 21 May 2008 18:40:40 +0000 (+0000) Subject: Disabled another debugging cout X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=4053ea240a0dc47f360a7293c0097f1cc515137c;p=supertux.git Disabled another debugging cout SVN-Revision: 5499 --- diff --git a/src/video/gl_renderer.cpp b/src/video/gl_renderer.cpp index 99c4a20c6..6a4d60903 100644 --- a/src/video/gl_renderer.cpp +++ b/src/video/gl_renderer.cpp @@ -647,7 +647,8 @@ Renderer::apply_config() std::min(nh, h)); } - std::cout << " -> " << SCREEN_WIDTH << "x" << SCREEN_HEIGHT << std::endl; + if (0) + std::cout << " -> " << SCREEN_WIDTH << "x" << SCREEN_HEIGHT << std::endl; glMatrixMode(GL_PROJECTION); glLoadIdentity();