Update docs, fix Pygame window, and improve camera stage timing
This commit is contained in:
@@ -99,9 +99,6 @@ class PygameDisplay:
|
||||
self.width = width
|
||||
self.height = height
|
||||
|
||||
import os
|
||||
|
||||
os.environ["SDL_VIDEODRIVER"] = "dummy"
|
||||
|
||||
try:
|
||||
import pygame
|
||||
|
||||
Reference in New Issue
Block a user