Skip to content

Commit a6e7a06

Browse files
committed
Don't call init() on new effect instances
1 parent 61d9406 commit a6e7a06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demosys/effects/managers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def pre_load(self):
2929
"""Init after context creations"""
3030
effect_list = [cfg.cls() for name, cfg in effects.effects.items()]
3131
for effect in effect_list:
32-
effect.init()
3332
if effect.name == self.effect_module:
3433
self.active_effect = effect
3534

0 commit comments

Comments
 (0)