remove samples to reduce error on some machines

This commit is contained in:
Tony031218
2021-02-02 22:06:23 +08:00
parent 5b6997aea9
commit c5b0040166

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):