thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

Terminal feedback shown 1 frame only #115

Closed thartbm closed 5 years ago

thartbm commented 5 years ago

Terminal feedback is shown too short. Seems to be only one frame. That would mean that the timer for showing the terminal feedback runs out immediately.

thartbm commented 5 years ago

The terminal feedback code was the only code that still used a time variable that I removed everywhere else because it should be handled by the mouse sampling object. Should be fixed.