From 35267406aa849195b72bf2edf63fecb16be013bc Mon Sep 17 00:00:00 2001 From: you Date: Fri, 19 May 2017 08:08:12 +0200 Subject: [PATCH] Do not create dummy normalmaps (#4180) fixes #1811 --- src/client/tile.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/client/tile.cpp b/src/client/tile.cpp index f0f1800b0..99495132b 100644 --- a/src/client/tile.cpp +++ b/src/client/tile.cpp @@ -1208,17 +1208,17 @@ bool TextureSource::generateImagePart(std::string part_of_name, #endif if (image == NULL) { if (part_of_name != "") { - if (part_of_name.find("_normal.png") == std::string::npos){ - errorstream<<"generateImage(): Could not load image \"" - <