Skip to content

Commit

Permalink
fix array oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai committed Feb 10, 2024
1 parent c16d7c8 commit be9f894
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/resource/factory/ArrayFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ std::shared_ptr<IResource> ResourceFactoryBinaryArrayV0::ReadResource(std::share

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

uint32_t dataSize = file->Reader->ReadUInt32();

array->ArrayType = (ArrayResourceType)file->Reader->ReadUInt32();
array->ArrayCount = file->Reader->ReadUInt32();

Expand Down

0 comments on commit be9f894

Please sign in to comment.