Fix to Stars Mobject

This commit is contained in:
Grant Sanderson
2015-12-21 12:45:56 -08:00
parent 7ae5a0eccb
commit f21f6619a5
2 changed files with 6 additions and 11 deletions

View File

@ -1,6 +1,6 @@
from helpers import *
from mobject import Mobject, Mobject1D
from mobject import Mobject, Mobject1D, Point
class Dot(Mobject1D): #Use 1D density, even though 2D
DEFAULT_CONFIG = {