summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2022-06-12 01:00:13 +0200
committerRay <[email protected]>2022-06-12 01:00:13 +0200
commit96292bc859fa0149e419f414122693a38b2f0761 (patch)
tree5ddf3dbb251c5f4be976c768da4d416d74bc08fb
parentf9426912f685d21d07b408e3cc35199044a168cd (diff)
downloadraylib-96292bc859fa0149e419f414122693a38b2f0761.tar.gz
raylib-96292bc859fa0149e419f414122693a38b2f0761.zip
Update models_skybox.c
-rw-r--r--examples/models/models_skybox.c2
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]);
}
}