mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
Work on options portion of CFrontEndUI
This commit is contained in:
@@ -9,7 +9,7 @@ CGuiSliderGroup::CGuiSliderGroup(const CGuiWidgetParms& parms, float a, float b,
|
||||
}
|
||||
|
||||
void CGuiSliderGroup::SetSelectionChangedCallback
|
||||
(std::function<void(const CGuiSliderGroup*, float)>&& func)
|
||||
(std::function<void(CGuiSliderGroup*, float)>&& func)
|
||||
{
|
||||
x114_changeCallback = std::move(func);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user