Update core_drop_files.c

This commit is contained in:
Ray 2022-06-12 00:01:47 +02:00
parent b8f67c6285
commit 8c2019f5ad

View file

@ -48,7 +48,7 @@ int main(void)
ClearBackground(RAYWHITE);
if (count == 0) DrawText("Drop your files to this window!", 100, 40, 20, DARKGRAY);
if (droppedFiles.count == 0) DrawText("Drop your files to this window!", 100, 40, 20, DARKGRAY);
else
{
DrawText("Dropped files:", 100, 40, 20, DARKGRAY);