mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
ADDED: SetAutomationEventBaseFrame(int frame)
This commit is contained in:
@ -214,6 +214,7 @@ int main(void)
|
||||
}
|
||||
else
|
||||
{
|
||||
SetAutomationEventBaseFrame(180);
|
||||
StartAutomationEventRecording();
|
||||
eventRecording = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user