This commit is contained in:
2025-01-21 17:45:21 +01:00
parent 988243fc4a
commit a73ac825a9
2 changed files with 3 additions and 3 deletions

View File

@@ -508,7 +508,7 @@ def main(data: dict):
while running:
for event in pygame.event.get():
if event.type == pygame.MOUSEBUTTONUP:
if event.type == pygame.MOUSEBUTTONDOWN:
click_slot()
i = focused()
if isinstance(i,int):