Fix "'int' object is not subscriptable" on G613
This commit is contained in:
parent
b94ae51ac8
commit
3ef5e63cd4
|
@ -762,7 +762,7 @@ if x11:
|
|||
])
|
||||
|
||||
keys_down = []
|
||||
g_keys_down = 0x00000000
|
||||
g_keys_down = [0, 0, 0, 0]
|
||||
|
||||
|
||||
# process a notification
|
||||
|
|
Loading…
Reference in New Issue