From d2a1cc954fa6a5a5cb7d731dc3019e2d6b7c2a43 Mon Sep 17 00:00:00 2001 From: Andrei Kortunov Date: Sat, 2 Jul 2022 22:39:47 +0400 Subject: [PATCH] Remove unused variable --- components/fx/pass.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/components/fx/pass.hpp b/components/fx/pass.hpp index 1b8ea165e6..7f2e643c8c 100644 --- a/components/fx/pass.hpp +++ b/components/fx/pass.hpp @@ -67,7 +67,6 @@ namespace fx std::string mName; bool mLegacyGLSL; bool mUBO; - bool mSupportsNormals; std::array mRenderTargets;