mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 17:16:00 -05:00
Add support for registering additional save and load steps
Also renamed the reset steps to make it more clear what their use is.
This commit is contained in:
@@ -334,7 +334,7 @@ void SwitcherData::ResetForNextInterval()
|
||||
// Core reset functions
|
||||
ClearWebsocketMessages();
|
||||
// Plugin reset functions
|
||||
for (const auto &func : resetForNextIntervalFuncs) {
|
||||
for (const auto &func : resetIntervalSteps) {
|
||||
func();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user