mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
Merge remote-tracking branch 'bp/master'
This commit is contained in:
commit
88c743b5ce
@ -237,7 +237,7 @@ void GwenParameterInterface::registerSliderFloatParameter(SliderParams& params)
|
|||||||
if (params.m_clampToIntegers)
|
if (params.m_clampToIntegers)
|
||||||
{
|
{
|
||||||
pSlider->SetNotchCount( int( params.m_maxVal - params.m_minVal ) );
|
pSlider->SetNotchCount( int( params.m_maxVal - params.m_minVal ) );
|
||||||
pSlider->SetClampToNotches( params.m_clampToNotches );
|
pSlider->SetClampToNotches( true );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user