mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-11 11:52:50 -04:00
committed by
GitHub
parent
f5aacaf38b
commit
b166bdd3fc
@@ -77,8 +77,8 @@ void Ship::CollisionHeaderFactoryV0::ParseFileBinary(std::shared_ptr<BinaryReade
|
||||
for (uint32_t i = 0; i < collisionHeader->surfaceTypesCount; i++) {
|
||||
SurfaceType surfaceType;
|
||||
|
||||
surfaceType.data[0] = reader->ReadUInt32();
|
||||
surfaceType.data[1] = reader->ReadUInt32();
|
||||
surfaceType.data[0] = reader->ReadUInt32();
|
||||
|
||||
collisionHeader->surfaceTypes.push_back(surfaceType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user