Bug fix to VMobject.fade

This commit is contained in:
Grant Sanderson 2018-01-11 18:12:15 -08:00
parent c649a152d7
commit ae31ee55e7

View file

@ -90,7 +90,7 @@ class VMobject(Mobject):
family = False family = False
) )
submob.set_fill( submob.set_fill(
opacity = (1-darkness), opacity = (1-darkness)*submob.get_fill_opacity(),
family = False family = False
) )
return self return self