summaryrefslogtreecommitdiff
path: root/effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'effects.h')
-rw-r--r--effects.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/effects.h b/effects.h
index d84bc25..793cadf 100644
--- a/effects.h
+++ b/effects.h
@@ -32,8 +32,10 @@ struct effect {
uint16 NumberOfProperties;
effect_display_type DisplayType;
property_channel Property[MAX_PROPERTIES_PER_EFFECT];
+ bool32 IsSelected = 0;
bool32 UIIsCollapsed = 0;
bool32 IsActive = 1;
+ uint32 ImGuiID;
};