mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
remove samples=1 in window.py
This commit is contained in:
parent
37f1130de6
commit
fc6953e102
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ class Window(PygletWindow):
|
|||
resizable = True
|
||||
gl_version = (3, 3)
|
||||
vsync = True
|
||||
samples = 1
|
||||
cursor = True
|
||||
|
||||
def __init__(self, scene, **kwargs):
|
||||
|
|
Loading…
Add table
Reference in a new issue