mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Tiny bug fix
This commit is contained in:
parent
e8d2c714e5
commit
426af6f7fc
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ class VMobject(Mobject):
|
||||||
submob.shade_in_3d = value
|
submob.shade_in_3d = value
|
||||||
if z_index_as_group:
|
if z_index_as_group:
|
||||||
submob.z_index_group = self
|
submob.z_index_group = self
|
||||||
|
return self
|
||||||
|
|
||||||
# Drawing
|
# Drawing
|
||||||
def start_at(self, point):
|
def start_at(self, point):
|
||||||
|
|
Loading…
Add table
Reference in a new issue