remove blank line as per clang advice
This commit is contained in:
parent
c4e9016046
commit
415ad9e484
|
|
@ -174,7 +174,7 @@ void Terrain3DInstancer::_update_mmi_by_region(const Terrain3DRegion *p_region,
|
|||
|
||||
// Get or create mesh dict (defined here as cleanup above might invalidate it)
|
||||
MeshMMIDict &mesh_mmi_dict = _mmi_nodes[region_loc];
|
||||
|
||||
|
||||
for (int lod = ma->get_last_lod(); lod >= Terrain3DMeshAsset::SHADOW_LOD_ID; lod--) {
|
||||
// Don't create shadow MMI if not needed
|
||||
if (lod == Terrain3DMeshAsset::SHADOW_LOD_ID && shadow_lod_disabled) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue