Fixing uninitialized value. FIRE-8955

master
ziree 2013-01-19 13:56:08 +01:00
parent 8b9bbfdfd0
commit b8ce157943
1 changed files with 1 additions and 1 deletions

View File

@ -1283,7 +1283,7 @@ void FloaterQuickPrefs::onValuesChanged()
}
// choose a sane increment
F32 increment;
F32 increment=0.1f;
if(mControlsList[mSelectedControl].type==ControlTypeSlider)
{
// fine grained control for sliders