Bug fixes after last scene update + some renaming

This commit is contained in:
Grant Sanderson
2016-09-07 13:38:05 -07:00
parent 75aa246570
commit 337991e8d1
9 changed files with 172 additions and 174 deletions

View File

@ -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