2
0
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:
Jack Andersen
2017-01-09 21:15:49 -10:00
parent 1ed4949476
commit f16c61cce8
7 changed files with 510 additions and 51 deletions

View File

@@ -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);
}