Skip to content

Commit

Permalink
fixed issue with map hta saving missing bytes (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
krogenth authored Dec 28, 2023
1 parent 924515f commit 5e61aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/G2DataGUI.Common/Data/Maps/MapHTA.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public void WriteMapHTA(Stream writer)
writer.WriteRawInt(Unknown2);
writer.WriteRawByte(Attribute);
writer.WriteRawByte(Unknown3);
writer.WriteRawShort(Unknown4);
writer.WriteRawFloat(Unknown5);
Minimum.WriteVector3(writer);
Maximum.WriteVector3(writer);
Expand Down

0 comments on commit 5e61aba

Please sign in to comment.