Skip to content

Commit 0c52bbb

Browse files
committed
SDL_SetWindowBrightness is not guaranteed to succeed
1 parent 7b66f97 commit 0c52bbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdl2/test/video_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,6 @@ def test_SDL_GetSetWindowBrightness(window):
760760
val = sdl2.SDL_GetWindowBrightness(window)
761761
assert round(abs(val-b), 7) == 0
762762
count += 1
763-
assert count > 0
764763

765764
def test_SDL_GetSetWindowOpacity(window):
766765
opacity = c_float(0)

0 commit comments

Comments
 (0)