From c836dd3dbf8f086992938ce01168b3def3937a5b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 18 Apr 2020 21:56:52 +0200 Subject: [PATCH] - initialize bNoRemap0 --- src/common/textures/textures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/textures/textures.h b/src/common/textures/textures.h index df482d680..774c75161 100644 --- a/src/common/textures/textures.h +++ b/src/common/textures/textures.h @@ -367,7 +367,7 @@ public: class FImageTexture : public FTexture { FImageSource* mImage; - bool bNoRemap0; + bool bNoRemap0 = false; protected: void SetFromImage(); public: