Fixup #1454, inadvertedly broke game layer picker

This commit is contained in:
Bojidar Marinov 2019-02-13 21:11:13 +02:00
parent 698a3f1c5a
commit 1ca48a38ac
No known key found for this signature in database
GPG key ID: 4D546A8F1E091856

View file

@ -2404,6 +2404,7 @@ void CEditor::DoMapEditor(CUIRect View)
m_TilesetPicker.m_Color = {255, 255, 255, 255};
}
m_TilesetPicker.m_Game = t->m_Game;
m_TilesetPicker.m_Tele = t->m_Tele;
m_TilesetPicker.m_Speedup = t->m_Speedup;
m_TilesetPicker.m_Front = t->m_Front;