mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 06:27:46 +00:00
Bug fix
This commit is contained in:
parent
ad60b903d0
commit
00333d0a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -822,7 +822,7 @@ class VMobject(Mobject):
|
|||
return result
|
||||
|
||||
def get_stroke_uniforms(self):
|
||||
result = super().get_shader_uniforms()
|
||||
result = dict(super().get_shader_uniforms())
|
||||
result["joint_type"] = JOINT_TYPE_MAP[self.joint_type]
|
||||
result["flat_stroke"] = float(self.flat_stroke)
|
||||
return result
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue