diff options
| author | Ray <[email protected]> | 2022-06-12 01:00:13 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-06-12 01:00:13 +0200 |
| commit | 96292bc859fa0149e419f414122693a38b2f0761 (patch) | |
| tree | 5ddf3dbb251c5f4be976c768da4d416d74bc08fb /examples/models/models_skybox.c | |
| parent | f9426912f685d21d07b408e3cc35199044a168cd (diff) | |
| download | raylib-96292bc859fa0149e419f414122693a38b2f0761.tar.gz raylib-96292bc859fa0149e419f414122693a38b2f0761.zip | |
Update models_skybox.c
Diffstat (limited to 'examples/models/models_skybox.c')
| -rw-r--r-- | examples/models/models_skybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models/models_skybox.c b/examples/models/models_skybox.c index 88202aee..2c03220b 100644 --- a/examples/models/models_skybox.c +++ b/examples/models/models_skybox.c @@ -120,7 +120,7 @@ int main(void) UnloadImage(img); } - TextCopy(skyboxFileName, droppedFiles[0]); + TextCopy(skyboxFileName, droppedFiles.paths[0]); } } |
