Skip to content

Commit be9f894

Browse files
committed
fix array oopsie
1 parent c16d7c8 commit be9f894

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/resource/factory/ArrayFactory.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ std::shared_ptr<IResource> ResourceFactoryBinaryArrayV0::ReadResource(std::share
1010

1111
auto array = std::make_shared<Array>(file->InitData);
1212

13-
uint32_t dataSize = file->Reader->ReadUInt32();
14-
1513
array->ArrayType = (ArrayResourceType)file->Reader->ReadUInt32();
1614
array->ArrayCount = file->Reader->ReadUInt32();
1715

0 commit comments

Comments
 (0)