8000 remove pyglet config from example · pythonarcade/arcade@d152d2b · GitHub
[go: up one dir, main page]

Skip to content

Commit d152d2b

Browse files
committed
remove pyglet config from example
1 parent 1e2445a commit d152d2b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

arcade/examples/gui/2_widgets.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -638,10 +638,4 @@ def main():
638638

639639

640640
if __name__ == "__main__":
641-
import pyglet
642-
643-
pyglet.options.text_antialiasing = False
644-
pyglet.font.base.Font.texture_min_filter = pyglet.gl.GL_NEAREST
645-
pyglet.font.base.Font.texture_mag_filter = pyglet.gl.GL_NEAREST
646-
647641
main()

0 commit comments

Comments
 (0)
0