Update models_skybox.c

This commit is contained in:
Ray 2022-06-12 01:00:13 +02:00
parent f9426912f6
commit 96292bc859

View File

@ -120,7 +120,7 @@ int main(void)
UnloadImage(img); UnloadImage(img);
} }
TextCopy(skyboxFileName, droppedFiles[0]); TextCopy(skyboxFileName, droppedFiles.paths[0]);
} }
} }