forked from mirror/openmw-tes3mp
silenced a compiler warning regarding null pointer dereferencing
This commit is contained in:
parent
a3c894c1e2
commit
49938182e8
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ void CSVSettings::RangeView::buildSpinBox (CSMSettings::Setting *setting)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//min / max values are set automatically in AlphaSpinBox
|
//min / max values are set automatically in AlphaSpinBox
|
||||||
|
|
Loading…
Reference in a new issue