From c5b00401663e15c8c34a450f4ce05c46cac1d3f9 Mon Sep 17 00:00:00 2001 From: Tony031218 <975062472@qq.com> Date: Tue, 2 Feb 2021 22:06:23 +0800 Subject: [PATCH] remove samples to reduce error on some machines --- manimlib/window.py | 1 - 1 file changed, 1 deletion(-) diff --git a/manimlib/window.py b/manimlib/window.py index 9a883e22..eeb60ae5 100644 --- a/manimlib/window.py +++ b/manimlib/window.py @@ -12,7 +12,6 @@ class Window(PygletWindow): resizable = True gl_version = (3, 3) vsync = True - samples = 1 cursor = True def __init__(self, scene, **kwargs):