Skip to content

Commit

Permalink
update RGFW (fix reported glitch with drag and drop files) (linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jun 26, 2024
1 parent 298cfe4 commit d404101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/external/RGFW.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit d404101

Please sign in to comment.