You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix pygame.camera backend detection on Windows Server
The code for pygame.camera backend detection trips when running on a Server variant of modern Windows, causing initialization of the camera system to fail entirely. This commit expands the Windows version checking code to make sure that both desktop and Server Windows are handled correctly.
0 commit comments