summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorHongyu Ouyang <[email protected]>2024-01-11 10:33:24 -0800
committerGitHub <[email protected]>2024-01-11 19:33:24 +0100
commit64ba5cb570a29f540c29165ff4bbdab16d422910 (patch)
tree1a25c41fd8ad95cc9046ec8b24d27b27b4f40c41 /src
parent2c124c96dfdb1b81aa3fef099739442ce2d9fa9d (diff)
downloadraylib-64ba5cb570a29f540c29165ff4bbdab16d422910.tar.gz
raylib-64ba5cb570a29f540c29165ff4bbdab16d422910.zip
Update a comment (#3724)
Diffstat (limited to 'src')
-rw-r--r--src/rcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcore.c b/src/rcore.c
index bae7bbb4..0769fe93 100644
--- a/src/rcore.c
+++ b/src/rcore.c
@@ -3265,7 +3265,7 @@ static void ScanDirectoryFilesRecursively(const char *basePath, FilePathList *fi
#if defined(SUPPORT_AUTOMATION_EVENTS)
// 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)
{
// Checking events in current frame and save them into currentEventList