Ver Fonte

add: sys.exit

micha há 1 ano atrás
pai
commit
06fe2d1075
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      vpu/vpu_live.py

+ 2 - 0
vpu/vpu_live.py

@@ -1254,6 +1254,8 @@ def event():
 
         if event.type==pygame.QUIT: 
             running=False
+            #time.sleep(1)
+            sys.exit()
 
 
 fps = 0