Fix syntax error
This commit is contained in:
parent
d5ec080b9a
commit
3e087d86df
|
@ -25,7 +25,7 @@ def show_win():
|
|||
alpha_channel=0, finalize=True)
|
||||
|
||||
for i in range(100):
|
||||
window.eet_alpha(i/100)
|
||||
window.set_alpha(i/100)
|
||||
time.sleep(.01)
|
||||
|
||||
while True: # Event Loop
|
||||
|
|
Loading…
Reference in New Issue