mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
Small format fix
This commit is contained in:
@ -1201,7 +1201,7 @@ class VMobject(Mobject):
|
||||
|
||||
points = self.get_points()
|
||||
|
||||
if(len(points) < 3):
|
||||
if len(points) < 3:
|
||||
return self.data["joint_product"]
|
||||
|
||||
# Find all the unit tangent vectors at each joint
|
||||
|
Reference in New Issue
Block a user