diff options
| author | oy <Tom_Adams@web.de> | 2011-04-16 19:00:28 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-04-16 19:00:28 +0200 |
| commit | bda0927a87df404299f78347babf7d901253dd4a (patch) | |
| tree | d4f31d62ec795fd26d9828db05b5e6d26d40e3fc /src/game/editor/ed_editor.h | |
| parent | 246cbed7867f4d490c5b73e8cc3e5700d1386ba0 (diff) | |
| download | zcatch-bda0927a87df404299f78347babf7d901253dd4a.tar.gz zcatch-bda0927a87df404299f78347babf7d901253dd4a.zip | |
disable envelope editor when the picker is shown
Diffstat (limited to 'src/game/editor/ed_editor.h')
| -rw-r--r-- | src/game/editor/ed_editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/editor/ed_editor.h b/src/game/editor/ed_editor.h index aab757e1..41162b22 100644 --- a/src/game/editor/ed_editor.h +++ b/src/game/editor/ed_editor.h @@ -697,7 +697,7 @@ public: vec4 ButtonColorMul(const void *pID); void DoQuadPoint(CQuad *pQuad, int QuadIndex, int v); - void DoMapEditor(CUIRect View, CUIRect Toolbar); + void DoMapEditor(CUIRect View, CUIRect Toolbar, bool ShowPicker); void DoToolbar(CUIRect Toolbar); void DoQuad(CQuad *pQuad, int Index); float UiDoScrollbarV(const void *pID, const CUIRect *pRect, float Current); |