mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Reset selected quads when switching layers (fixes #5673)
This commit is contained in:
parent
a57063fa77
commit
76e3db9725
|
@ -697,6 +697,7 @@ void CEditor::SelectLayer(int LayerIndex, int GroupIndex)
|
|||
m_SelectedGroup = GroupIndex;
|
||||
|
||||
m_vSelectedLayers.clear();
|
||||
m_vSelectedQuads.clear();
|
||||
AddSelectedLayer(LayerIndex);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue