esdalmaijer / PyGaze

an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments
www.pygaze.org
GNU General Public License v3.0
671 stars 211 forks source link

Fix setup and libeyelink regression #57

Closed smathot closed 8 years ago

smathot commented 8 years ago

Two important fixes, one as described in #54, and a regression in libeyelink introduced by @scattenlaeufer in #50.

The regression is worrying, because it results from a simple typo (BLINKTRESH instead of BLINKTHRESH). This means that this commit was (partly) blind-coded, and not tested at all--neither when sent as a pull request, nor when merged. This really shouldn't happen.

esdalmaijer commented 8 years ago

Sorry, that's my bad. The changes were so minor, I neglected to test them. Should probably get some glasses, though, as that typo should've been easy enough to pick up...