mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
Fix updating glow on entities
was broken in #10021 more than 2 years ago(!)
This commit is contained in:
parent
ae555465ba
commit
a83d81ff45
2 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue