diff options
Diffstat (limited to 'examples/core/core_drop_files.c')
| -rw-r--r-- | examples/core/core_drop_files.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/core/core_drop_files.c b/examples/core/core_drop_files.c index 5c3af6ab..129ced10 100644 --- a/examples/core/core_drop_files.c +++ b/examples/core/core_drop_files.c @@ -35,7 +35,7 @@ int main(void) //---------------------------------------------------------------------------------- if (IsFileDropped()) { - droppedFiles = GetDroppedFiles(&count); + droppedFiles = LoadDroppedFiles(&count); } //---------------------------------------------------------------------------------- @@ -67,7 +67,7 @@ int main(void) // De-Initialization //-------------------------------------------------------------------------------------- - ClearDroppedFiles(); // Clear internal buffers + UnloadDroppedFiles(); // Clear internal buffers CloseWindow(); // Close window and OpenGL context //-------------------------------------------------------------------------------------- |
