We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d9406 commit a6e7a06Copy full SHA for a6e7a06
demosys/effects/managers.py
@@ -29,7 +29,6 @@ def pre_load(self):
29
"""Init after context creations"""
30
effect_list = [cfg.cls() for name, cfg in effects.effects.items()]
31
for effect in effect_list:
32
- effect.init()
33
if effect.name == self.effect_module:
34
self.active_effect = effect
35
0 commit comments