mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 05:24:22 +08:00
remove samples to reduce error on some machines
This commit is contained in:
@ -12,7 +12,6 @@ class Window(PygletWindow):
|
|||||||
resizable = True
|
resizable = True
|
||||||
gl_version = (3, 3)
|
gl_version = (3, 3)
|
||||||
vsync = True
|
vsync = True
|
||||||
samples = 1
|
|
||||||
cursor = True
|
cursor = True
|
||||||
|
|
||||||
def __init__(self, scene, **kwargs):
|
def __init__(self, scene, **kwargs):
|
||||||
|
Reference in New Issue
Block a user