RoboCup-SSL / ssl-logtools

GNU General Public License v3.0
10 stars 8 forks source link

Fix undefined behavior for slider (missing return) + half speed (see #1) #5

Closed g3force closed 6 years ago

g3force commented 6 years ago

They slider in logplayer could not be moved, because it was not correctly initialized due to a missing return. With this fix, I could reproduce #1 and have fixed this here as well.