Skip to content

Commit 5db4db5

Browse files
committed
sys should not exit on close()
1 parent 1e8e569 commit 5db4db5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mujoco_viewer/mujoco_viewer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,4 +481,3 @@ def update():
481481

482482
def close(self):
483483
glfw.terminate()
484-
sys.exit(0)

0 commit comments

Comments
 (0)