Browse Source

Update models_skybox.c

Ray 3 years ago
parent
commit
96292bc859
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/models/models_skybox.c

+ 1 - 1
examples/models/models_skybox.c

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