remove unwanted shortingof sllep

This commit is contained in:
Tomek Sidoruk 2021-05-04 16:46:38 +02:00
parent 5773c6e1bb
commit 7d7281db06
Signed by: s452652
GPG Key ID: 3E83A65E74849A08

View File

@ -168,11 +168,11 @@ def main():
elif action == const.Action.GO: elif action == const.Action.GO:
minefield.agent.go() minefield.agent.go()
time.sleep(const.ACTION_INTERVAL/5) time.sleep(const.ACTION_INTERVAL)
else: else:
running = False running = False
time.sleep(const.ACTION_INTERVAL/5) time.sleep(const.ACTION_INTERVAL)
#'for event in pygame.event.get(): #'for event in pygame.event.get():
# if event.type == pygame.QUIT: # if event.type == pygame.QUIT:
# running = False # running = False