Simon Piechutowski
Results
3
issues of
Simon Piechutowski
### This PR resolves #4895 cc @willmcgugan **Implemented Features:** - Warning for Slow Handlers: Logs a warning if a message handler takes longer than 500ms to process. - Debug Mode...
This issue is on MacOS Ventura, Windows 11 and Linux Manjaro, so probably everywhere. ```python def test(): import pygame pygame.init() pygame.mixer.init() channel = pygame.mixer.Channel(1) channel.set_volume(0.1) assert channel.get_volume() == 0.1 test()...
bug