diff --git a/src/filesystem/filesystem.c b/src/filesystem/filesystem.c index a8d3e738..4b34ed13 100644 --- a/src/filesystem/filesystem.c +++ b/src/filesystem/filesystem.c @@ -63,7 +63,7 @@ void lovrFilesystemDestroy() { } void lovrFilesystemAddRequirePath(const char* path) { - vec_push(&state.requirePath, path); + vec_push(&state.requirePath, (char*) path); } void lovrFilesystemClearRequirePath() {