Skip to content

TileEvent: Fix const correctness violation

Tile raw data containers allow to clear their collections. But implementation of this functionality violates const correctness. And since it seems not to be used at all this functionality has been removed.

Merge request reports