mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
Fix to Stars Mobject
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user