initialize enabled value
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user