]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.c
Increase console verbosity so it feels like the engine is actually doing things
[xonotic/darkplaces.git] / gl_backend.c
index 5f53208d59908d86f88832c1ed30acf34e39c02d..c8ef04a1ad1ce326eff2cc5469217d0469052ad7 100644 (file)
@@ -258,7 +258,7 @@ static void gl_backend_start(void)
 
        Mem_ExpandableArray_NewArray(&gl_state.meshbufferarray, r_main_mempool, sizeof(r_meshbuffer_t), 128);
 
-       Con_DPrintf("OpenGL backend started.\n");
+       Con_Printf("OpenGL backend started\n");
 
        CHECKGLERROR
 
@@ -281,7 +281,7 @@ static void gl_backend_start(void)
 
 static void gl_backend_shutdown(void)
 {
-       Con_DPrint("OpenGL Backend shutting down\n");
+       Con_Print("OpenGL backend shutting down\n");
 
        switch(vid.renderpath)
        {