Parcourir la source

add: sys.exit

micha il y a 1 an
Parent
commit
06fe2d1075
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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