From: cloudwalk Date: Thu, 2 Jul 2020 19:29:22 +0000 (+0000) Subject: Fix texture load failure not printing X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=6011b7190e2a711d1a46d0389d8c0c7ff7e5ef22 Fix texture load failure not printing git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12778 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/model_shared.c b/model_shared.c index 86ab5c52..3121250f 100644 --- a/model_shared.c +++ b/model_shared.c @@ -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); } }