diff options
| author | SushiTee <weichel.sascha@xxx.xx> | 2011-07-12 17:54:59 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-07-15 01:03:22 +0200 |
| commit | f7a9e80163af47ef4ad1bc9df1cf635610ebe2eb (patch) | |
| tree | 26507ec8cb18db9c1ea39d10deab54d6e6c19053 /src/game/editor/editor.h | |
| parent | ef881a532147c512b08faedf34b982ce6ebc1921 (diff) | |
| download | zcatch-f7a9e80163af47ef4ad1bc9df1cf635610ebe2eb.tar.gz zcatch-f7a9e80163af47ef4ad1bc9df1cf635610ebe2eb.zip | |
added possibility to collapse groups by double clicking them
Diffstat (limited to 'src/game/editor/editor.h')
| -rw-r--r-- | src/game/editor/editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/editor/editor.h b/src/game/editor/editor.h index 1139562e..d282f5e1 100644 --- a/src/game/editor/editor.h +++ b/src/game/editor/editor.h @@ -188,6 +188,7 @@ public: bool m_GameGroup; bool m_Visible; bool m_SaveToMap; + bool m_Collapse; CLayerGroup(); ~CLayerGroup(); |