mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 05:17:44 +00:00
Don't pass uv_func from SGroup
This commit is contained in:
parent
23b4e3e03b
commit
9249433144
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ class SGroup(Surface):
|
|||
*parametric_surfaces: Surface,
|
||||
**kwargs
|
||||
):
|
||||
super().__init__(uv_func=None, resolution=(0, 0), **kwargs)
|
||||
super().__init__(resolution=(0, 0), **kwargs)
|
||||
self.add(*parametric_surfaces)
|
||||
|
||||
def init_points(self):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue