mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Bug fixes after last scene update + some renaming
This commit is contained in:
@ -347,7 +347,7 @@ class VMobject(Mobject):
|
||||
self.set_points(points)
|
||||
return self
|
||||
|
||||
class Group(VMobject):
|
||||
class VGroup(VMobject):
|
||||
#Alternate name to improve readability during use
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user