added game layer tile set picker + brush manipulation fix by Speedy-Consoles. #1159

This commit is contained in:
oy 2015-08-31 19:36:46 +02:00
parent 1a9e7a1ed0
commit a7a1aaff1d

View file

@ -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();