add better WASAPI

This commit is contained in:
Yonokid
2025-05-13 16:23:39 -04:00
parent 965b9bea37
commit cca980716f
4 changed files with 59 additions and 50 deletions

View File

@@ -101,8 +101,8 @@ def main():
ray.toggle_fullscreen()
next_screen = screen.update()
screen.draw()
ray.clear_background(ray.BLACK)
screen.draw()
if next_screen is not None:
current_screen = next_screen