mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
remove unnecessary comment
This commit is contained in:
parent
f6b5edede2
commit
453ccc2765
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ class Text(SVGMobject):
|
|||
space.move_to(submobs[char_index].get_center())
|
||||
else:
|
||||
space.move_to(submobs[char_index - 1].get_center())
|
||||
# self.submobjects.insert(char_index, space)
|
||||
submobs.insert(char_index, space)
|
||||
self.set_submobjects(submobs)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue