mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-04 21:29:18 -05:00
Update a comment (#3724)
This commit is contained in:
@ -3265,7 +3265,7 @@ static void ScanDirectoryFilesRecursively(const char *basePath, FilePathList *fi
|
|||||||
|
|
||||||
#if defined(SUPPORT_AUTOMATION_EVENTS)
|
#if defined(SUPPORT_AUTOMATION_EVENTS)
|
||||||
// Automation event recording
|
// Automation event recording
|
||||||
// NOTE: Recording is by default done at EndDrawing(), after PollInputEvents()
|
// NOTE: Recording is by default done at EndDrawing(), before PollInputEvents()
|
||||||
static void RecordAutomationEvent(void)
|
static void RecordAutomationEvent(void)
|
||||||
{
|
{
|
||||||
// Checking events in current frame and save them into currentEventList
|
// Checking events in current frame and save them into currentEventList
|
||||||
|
|||||||
Reference in New Issue
Block a user