remove samples=1 in window.py

This commit is contained in:
鹤翔万里 2021-02-03 17:17:55 +08:00 committed by GitHub
parent 37f1130de6
commit fc6953e102
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,6 @@ class Window(PygletWindow):
resizable = True
gl_version = (3, 3)
vsync = True
samples = 1
cursor = True
def __init__(self, scene, **kwargs):