Tiny bug fix

This commit is contained in:
Grant Sanderson 2018-10-09 12:21:44 -07:00
parent e8d2c714e5
commit 426af6f7fc

View file

@ -313,6 +313,7 @@ class VMobject(Mobject):
submob.shade_in_3d = value
if z_index_as_group:
submob.z_index_group = self
return self
# Drawing
def start_at(self, point):