mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
remove samples to reduce error on some machines
This commit is contained in:
parent
5b6997aea9
commit
c5b0040166
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue