mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
added game layer tile set picker + brush manipulation fix by Speedy-Consoles. #1159
This commit is contained in:
parent
1a9e7a1ed0
commit
a7a1aaff1d
|
@ -1828,6 +1828,7 @@ void CEditor::DoMapEditor(CUIRect View, CUIRect ToolBar)
|
|||
{
|
||||
m_TilesetPicker.m_Image = t->m_Image;
|
||||
m_TilesetPicker.m_Texture = t->m_Texture;
|
||||
m_TilesetPicker.m_Game = t->m_Game;
|
||||
m_TilesetPicker.Render();
|
||||
if(m_ShowTileInfo)
|
||||
m_TilesetPicker.ShowInfo();
|
||||
|
|
Loading…
Reference in a new issue