From bdca4e482006ed51ccdc3e0d89a7843eb6bccac7 Mon Sep 17 00:00:00 2001 From: cloudwalk Date: Tue, 7 Jul 2020 00:10:57 +0000 Subject: [PATCH] Revert "Fix texture load failure not printing" This reverts commit 6011b7190e2a711d1a46d0389d8c0c7ff7e5ef22. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12790 d7cf8633-e32d-0410-b094-e92efae38249 --- model_shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_shared.c b/model_shared.c index 0ce27bc7..c6e98641 100644 --- a/model_shared.c +++ b/model_shared.c @@ -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); } } -- 2.39.2