Limit force shadow update to urgent blocks (#12692)
This commit is contained in:
@@ -574,7 +574,8 @@ void Client::step(float dtime)
|
||||
else {
|
||||
// Replace with the new mesh
|
||||
block->mesh = r.mesh;
|
||||
force_update_shadows = true;
|
||||
if (r.urgent)
|
||||
force_update_shadows = true;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user