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