]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix typo in r_glsl_dumpshader message
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 15 Jul 2007 09:32:39 +0000 (09:32 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 15 Jul 2007 09:32:39 +0000 (09:32 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7488 d7cf8633-e32d-0410-b094-e92efae38249

gl_rmain.c

index 791adb33ee6b3a3146d3b350aec50cd30aebcbc8..48ded80f826c0b3b8a553374d7f8c85e1ad3d9a3 100644 (file)
@@ -840,7 +840,7 @@ void R_GLSL_DumpShader_f(void)
        FS_Print(file, builtinshaderstring);
        FS_Close(file);
 
-       Con_Printf("data/default.glsl written\n");
+       Con_Printf("glsl/default.glsl written\n");
 }
 
 extern rtexture_t *r_shadow_attenuationgradienttexture;