mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Also cleanup CEditorMap on destruction
This commit is contained in:
parent
1f7d216f28
commit
476d57c5c5
|
@ -343,6 +343,11 @@ public:
|
||||||
Clean();
|
Clean();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
~CEditorMap()
|
||||||
|
{
|
||||||
|
Clean();
|
||||||
|
}
|
||||||
|
|
||||||
array<CLayerGroup*> m_lGroups;
|
array<CLayerGroup*> m_lGroups;
|
||||||
array<CEditorImage*> m_lImages;
|
array<CEditorImage*> m_lImages;
|
||||||
array<CEnvelope*> m_lEnvelopes;
|
array<CEnvelope*> m_lEnvelopes;
|
||||||
|
|
Loading…
Reference in a new issue