mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 04:11:06 -05:00
Fix temp var references not being resolved on macro copy and import
This commit is contained in:
@@ -28,6 +28,11 @@ void AddIntervalResetStep(std::function<void()> step, bool lock)
|
||||
GetSwitcher()->AddIntervalResetStep(step, lock);
|
||||
}
|
||||
|
||||
void RunPostLoadSteps()
|
||||
{
|
||||
GetSwitcher()->RunPostLoadSteps();
|
||||
}
|
||||
|
||||
void AddPluginInitStep(std::function<void()> step)
|
||||
{
|
||||
GetSwitcher()->AddPluginInitStep(step);
|
||||
|
||||
Reference in New Issue
Block a user