Browse Source

Update core_drop_files.c

Ray 3 năm trước cách đây
mục cha
commit
8c2019f5ad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/core/core_drop_files.c

+ 1 - 1
examples/core/core_drop_files.c

@@ -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);