1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-05 13:53:38 +00:00

Fix warning;

This commit is contained in:
bjorn 2018-03-11 16:28:39 -07:00
parent 399544cf9d
commit a83ecff838

View file

@ -63,7 +63,7 @@ void lovrFilesystemDestroy() {
} }
void lovrFilesystemAddRequirePath(const char* path) { void lovrFilesystemAddRequirePath(const char* path) {
vec_push(&state.requirePath, path); vec_push(&state.requirePath, (char*) path);
} }
void lovrFilesystemClearRequirePath() { void lovrFilesystemClearRequirePath() {