Fix "'int' object is not subscriptable" on G613

This commit is contained in:
kkrentz 2021-08-24 16:36:49 +02:00 committed by Peter F. Patel-Schneider
parent b94ae51ac8
commit 3ef5e63cd4
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ if x11:
]) ])
keys_down = [] keys_down = []
g_keys_down = 0x00000000 g_keys_down = [0, 0, 0, 0]
# process a notification # process a notification