ADDED: SetAutomationEventBaseFrame(int frame)

This commit is contained in:
Ray
2023-10-27 01:19:10 +02:00
parent 98fcbe3fe2
commit f721429f25
3 changed files with 11 additions and 3 deletions

View File

@ -2289,6 +2289,12 @@ void SetAutomationEventList(AutomationEventList *list)
#endif
}
// Set automation event internal base frame to start recording
void SetAutomationEventBaseFrame(int frame)
{
CORE.Time.frameCounter = frame;
}
// Start recording automation events (AutomationEventList must be set)
void StartAutomationEventRecording(void)
{