Skip to content

Commit

Permalink
Remove os.environ["SDL_VIDEODRIVER"] = "dummy"
Browse files Browse the repository at this point in the history
  • Loading branch information
yunline committed Oct 16, 2023
1 parent daeec61 commit bbd7491
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/window_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from pygame._sdl2.video import Window
from pygame.version import SDL

os.environ["SDL_VIDEODRIVER"] = "dummy"

pygame.init()


Expand Down

0 comments on commit bbd7491

Please sign in to comment.