Update src/ScreenOptionsMasterPrefs.cpp
Co-authored-by: sukibaby <[email protected]>
This commit is contained in:
committed by
teejusb
co-authored by
sukibaby
parent
0b3ed6d4f9
commit
437f72b13d
@@ -712,8 +712,8 @@ static void GlobalOffsetSeconds( int &sel, bool ToSel, const ConfOption *pConfOp
|
|||||||
|
|
||||||
static void MachineSyncBias( int &sel, bool ToSel, const ConfOption *pConfOption )
|
static void MachineSyncBias( int &sel, bool ToSel, const ConfOption *pConfOption )
|
||||||
{
|
{
|
||||||
const float mapping[] = { 0.0f, 0.009f };
|
constexpr std::array<float, 2> mapping = { 0.0f, 0.009f };
|
||||||
MoveMap( sel, pConfOption, ToSel, mapping, ARRAYLEN(mapping) );
|
MoveMap( sel, pConfOption, ToSel, mapping.data(), mapping.size() );
|
||||||
}
|
}
|
||||||
|
|
||||||
static void EditRecordModeLeadIn(int &sel, bool to_sel, const ConfOption* conf_option)
|
static void EditRecordModeLeadIn(int &sel, bool to_sel, const ConfOption* conf_option)
|
||||||
|
|||||||
Reference in New Issue
Block a user