openAVproductions / openAV-Luppp

Luppp is a live performance tool, created by OpenAV productions.
http://openavproductions.com/luppp
GNU General Public License v3.0
257 stars 43 forks source link

dial: fix unitialized variable #253

Closed harryhaaren closed 6 years ago

harryhaaren commented 6 years ago

Before this the pan_style value was not initialized, meaning that the dial could (very rarely) appear as a pan style dial when it should not be. Thanks valgrind :)

Signed-off-by: Harry van Haaren harryhaaren@gmail.com