diff options
| author | oy <Tom_Adams@web.de> | 2011-01-04 11:38:14 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-01-04 11:38:14 +0100 |
| commit | 336f00ae89be5051be20632c728076a436d93d3c (patch) | |
| tree | 61f359e7263c9a2ed7741e8a714f9235d35adfb3 /src/game/editor/ed_editor.cpp | |
| parent | 533d28e35a8f7278456abb6ef1b4d5e9e36063a9 (diff) | |
| download | zcatch-336f00ae89be5051be20632c728076a436d93d3c.tar.gz zcatch-336f00ae89be5051be20632c728076a436d93d3c.zip | |
added colours for tile layers by Choupom
Diffstat (limited to 'src/game/editor/ed_editor.cpp')
| -rw-r--r-- | src/game/editor/ed_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/editor/ed_editor.cpp b/src/game/editor/ed_editor.cpp index d8d72cc6..7195bd61 100644 --- a/src/game/editor/ed_editor.cpp +++ b/src/game/editor/ed_editor.cpp @@ -1827,7 +1827,7 @@ void CEditor::RenderLayers(CUIRect ToolBox, CUIRect ToolBar, CUIRect View) m_SelectedGroup = g; static int s_LayerPopupId = 0; if(Result == 2) - UiInvokePopupMenu(&s_LayerPopupId, 0, UI()->MouseX(), UI()->MouseY(), 120, 180, PopupLayer); + UiInvokePopupMenu(&s_LayerPopupId, 0, UI()->MouseX(), UI()->MouseY(), 120, 220, PopupLayer); } LayerCur += 14.0f; |