From a83d81ff45fda9a93a7e35f8921e826069c843d0 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Fri, 17 Jun 2022 20:43:39 +0200 Subject: Fix updating glow on entities was broken in #10021 more than 2 years ago(!) --- src/client/content_cao.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/content_cao.h') diff --git a/src/client/content_cao.h b/src/client/content_cao.h index 783aa4199..2162816c5 100644 --- a/src/client/content_cao.h +++ b/src/client/content_cao.h @@ -127,7 +127,6 @@ private: float m_step_distance_counter = 0.0f; video::SColor m_last_light = video::SColor(0xFFFFFFFF); bool m_is_visible = false; - s8 m_glow = 0; // Material video::E_MATERIAL_TYPE m_material_type; // Settings -- cgit v1.2.3