mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-27 06:07:14 +01:00
Remove duplicate call.
This commit is contained in:
parent
c781ca9c5f
commit
41fd5fa504
@ -435,7 +435,6 @@ void LayeredTileMapLayer::_rendering_update(bool p_force_cleanup) {
|
||||
rs->canvas_item_set_light_mask(ci->get(), get_light_mask());
|
||||
|
||||
rs->canvas_item_set_self_modulate(ci->get(), get_self_modulate());
|
||||
rs->canvas_item_set_self_modulate(ci->get(), get_self_modulate());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user