initialize enabled value

This commit is contained in:
itsmattkc
2019-03-15 12:41:43 +11:00
parent 8c68a46416
commit 1f21fdac8a
+2 -1
View File
@@ -123,7 +123,8 @@ Effect::Effect(Clip* c, const EffectMeta *em) :
texture(nullptr),
isOpen(false),
bound(false),
iterations(1)
iterations(1),
enabled_(true)
{
if (em != nullptr) {
// set up UI from effect file