Эх сурвалжийг харах

Allow 0b files in packages.

Matt Benic 10 жил өмнө
parent
commit
0184ea29a6

+ 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();
     }