|
- 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);
|
|
DrawText("Dropped files:", 100, 40, 20, DARKGRAY);
|
|
DrawText("Dropped files:", 100, 40, 20, DARKGRAY);
|