Skip to content

Commit

Permalink
Capture: Start eye1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
papr committed May 2, 2018
1 parent 1c70890 commit e2d9576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pupil_src/launchables/world.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def window_should_update():
# trigger setup of window and gl sizes
on_resize(main_window, *glfw.glfwGetFramebufferSize(main_window))

if session_settings.get('eye1_process_alive', False):
if session_settings.get('eye1_process_alive', True):
launch_eye_process(1, delay=0.6)
if session_settings.get('eye0_process_alive', True):
launch_eye_process(0, delay=0.3)
Expand Down

0 comments on commit e2d9576

Please sign in to comment.