From d4041019becfa85db824807cbc87bc186163812f Mon Sep 17 00:00:00 2001 From: Colleague Riley Date: Wed, 26 Jun 2024 19:24:10 -0400 Subject: [PATCH] update RGFW (fix reported glitch with drag and drop files) (linux) --- src/external/RGFW.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/external/RGFW.h b/src/external/RGFW.h index 458cbe61b..86e68a17f 100644 --- a/src/external/RGFW.h +++ b/src/external/RGFW.h @@ -3292,7 +3292,7 @@ RGFW_UNUSED(win); /* if buffer rendering is not being used */ index++; line++; } - + path[index] = '\0'; strcpy(win->event.droppedFiles[win->event.droppedFilesCount - 1], path); }