Browse Source

Allow 0b files in packages.

Matt Benic 10 years ago
parent
commit
0184ea29a6
1 changed files with 0 additions and 5 deletions
  1. 0 5
      Source/ToolCore/Build/ResourcePackager.cpp

+ 0 - 5
Source/ToolCore/Build/ResourcePackager.cpp

@@ -201,11 +201,6 @@ void ResourcePackager::GeneratePackage(const String& destFilePath)
             return;
         }
 
-        if (!file.GetSize())
-        {
-            return;
-        }
-
         entry->size_ = file.GetSize();
     }