mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Images should be sorted throughout. Fixed problems since last commit.
This commit is contained in:
parent
b066bb07e1
commit
79263efe87
|
@ -2738,6 +2738,7 @@ void CEditorMap::Clean()
|
|||
m_lGroups.delete_all();
|
||||
m_lEnvelopes.delete_all();
|
||||
m_lImages.delete_all();
|
||||
m_lSortedImages.clear();
|
||||
|
||||
m_pGameLayer = 0x0;
|
||||
m_pGameGroup = 0x0;
|
||||
|
|
Loading…
Reference in a new issue