summaryrefslogtreecommitdiffhomepage
path: root/src/rcore.c
diff options
context:
space:
mode:
authorRay <[email protected]>2023-09-02 12:54:36 +0200
committerRay <[email protected]>2023-09-02 12:54:36 +0200
commit6e18d96e7ad45e63c15b5e1f6f2ca52d2e9fab4a (patch)
tree309db374a75429811fc0770e711bb37a972ec318 /src/rcore.c
parent0f447f1fb6aeed5e3e807d123978b7feca240d1a (diff)
downloadraylib-6e18d96e7ad45e63c15b5e1f6f2ca52d2e9fab4a.tar.gz
raylib-6e18d96e7ad45e63c15b5e1f6f2ca52d2e9fab4a.zip
Some tweaks
Diffstat (limited to 'src/rcore.c')
-rw-r--r--src/rcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcore.c b/src/rcore.c
index 2c53eb5e..912f85c0 100644
--- a/src/rcore.c
+++ b/src/rcore.c
@@ -601,7 +601,7 @@ static const char *autoEventTypeName[] = {
"ACTION_SETTARGETFPS"
};
-// Automation Event (24 bytes)
+// Automation event (24 bytes)
typedef struct AutomationEvent {
unsigned int frame; // Event frame
unsigned int type; // Event type (AutomationEventType)