update RGFW (fix reported glitch with drag and drop files) (linux)
This commit is contained in:
parent
298cfe4eee
commit
d4041019be
2
src/external/RGFW.h
vendored
2
src/external/RGFW.h
vendored
|
|
@ -3292,7 +3292,7 @@ RGFW_UNUSED(win); /* if buffer rendering is not being used */
|
||||||
index++;
|
index++;
|
||||||
line++;
|
line++;
|
||||||
}
|
}
|
||||||
|
path[index] = '\0';
|
||||||
strcpy(win->event.droppedFiles[win->event.droppedFilesCount - 1], path);
|
strcpy(win->event.droppedFiles[win->event.droppedFilesCount - 1], path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user