From fb540d6d2bfed29cba088ddd794517a716f61227 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sat, 22 Dec 2018 11:21:04 +0200 Subject: [PATCH] - fixed multipatch texture resolving https://forum.zdoom.org/viewtopic.php?t=62972 --- src/textures/formats/multipatchtexture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textures/formats/multipatchtexture.h b/src/textures/formats/multipatchtexture.h index 8337ffe6c..8994cf4ce 100644 --- a/src/textures/formats/multipatchtexture.h +++ b/src/textures/formats/multipatchtexture.h @@ -100,7 +100,7 @@ struct BuildInfo std::swap(Scale, other.Scale); std::swap(bWorldPanning, other.bWorldPanning); std::swap(DefinitionLump, other.DefinitionLump); - std::swap(bComplex, bComplex); + std::swap(bComplex, other.bComplex); std::swap(textual, other.textual); std::swap(bNoDecals, other.bNoDecals); std::swap(LeftOffset[0], other.LeftOffset[0]);