diff options
| author | Ray <[email protected]> | 2023-10-27 01:19:10 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-10-27 01:19:10 +0200 |
| commit | f721429f2584b2d2769c7031eb8823f4d768d979 (patch) | |
| tree | 53b0139de188dd699e4fd1fcaccb0ec8a9e73a3a /examples | |
| parent | 98fcbe3fe2bc2f6a20f8c2415251e9164af8661f (diff) | |
| download | raylib-f721429f2584b2d2769c7031eb8823f4d768d979.tar.gz raylib-f721429f2584b2d2769c7031eb8823f4d768d979.zip | |
ADDED: `SetAutomationEventBaseFrame(int frame)`
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/core/core_automation_events.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/core/core_automation_events.c b/examples/core/core_automation_events.c index adea0e88..27711b39 100644 --- a/examples/core/core_automation_events.c +++ b/examples/core/core_automation_events.c @@ -214,6 +214,7 @@ int main(void) } else { + SetAutomationEventBaseFrame(180); StartAutomationEventRecording(); eventRecording = true; } |
