mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 10:57:44 +00:00
fix: add protect attribute to hash_seed
This commit is contained in:
parent
c2a75e15cc
commit
8bd01d60e4
2 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ class MTex(StringMobject):
|
|||
self.path_string_config,
|
||||
self.base_color,
|
||||
self.isolate,
|
||||
self.protect,
|
||||
self.tex_string,
|
||||
self.alignment,
|
||||
self.tex_environment,
|
||||
|
|
|
|||
|
|
@ -136,6 +136,7 @@ class MarkupText(StringMobject):
|
|||
self.path_string_config,
|
||||
self.base_color,
|
||||
self.isolate,
|
||||
self.protect,
|
||||
self.text,
|
||||
self.font_size,
|
||||
self.lsh,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue