summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2022-03-22 18:45:41 +0100
committerRay <[email protected]>2022-03-22 18:45:41 +0100
commitcb62cb675fb4b07a7afbc5ef53f5e502b3a9ef7e (patch)
treedcae61a846051cb54acacf10157e11ca6153e298 /src
parent40794da9e4d5ea677bf592b5af607a7d903e05a8 (diff)
downloadraylib-cb62cb675fb4b07a7afbc5ef53f5e502b3a9ef7e.tar.gz
raylib-cb62cb675fb4b07a7afbc5ef53f5e502b3a9ef7e.zip
Minor tweaks `const`
Diffstat (limited to 'src')
-rw-r--r--src/rcore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rcore.c b/src/rcore.c
index 3d01ca5b..d4b10504 100644
--- a/src/rcore.c
+++ b/src/rcore.c
@@ -6647,6 +6647,7 @@ static int FindNearestConnectorMode(const drmModeConnector *connector, uint widt
#if defined(SUPPORT_EVENTS_AUTOMATION)
// NOTE: Loading happens over AutomationEvent *events
+// TODO: This system should probably be redesigned
static void LoadAutomationEvents(const char *fileName)
{
//unsigned char fileId[4] = { 0 };