mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-24 12:08:28 +00:00
------- The MySliderEventHandler is missing the m_callback whereas the SliderParams contains the m_callback field. Therefore, the m_callback is never called if the slider position is changed. This commit adds the missing m_callback field and call in SliderMove(). Fixes #613.