]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.c
Revert "Fix texture load failure not printing"
[xonotic/darkplaces.git] / model_shared.c
index 0ce27bc72a724084aa2997ba2d782c32be095886..c6e986416f56e1c9f87ffe622c147a88b177dbca 100644 (file)
@@ -2604,7 +2604,7 @@ nothing                GL_ZERO GL_ONE
                        }
                        else
                                success = false;
-                       if (!success)
+                       if (!success && warnmissing)
                                Con_Printf("^1%s:^7 could not load texture ^3\"%s\"\n", modelname, texture->name);
                }
        }