Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFiler committed Jan 3, 2023
1 parent 3eb6be5 commit c9ff73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CathodeLib/Scripts/CATHODE/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -643,9 +643,9 @@ override public bool Save()
if (x == 0) Utilities.Write<ShortGuid>(writer, _composites[i].shortGUID);
}

//Write function entity counts
writer.Write(_composites[i].functions.Count);
//Write function entity counts (TODO: these values still aren't correct!)
writer.Write(_composites[i].functions.Count);
writer.Write(_composites[i].functions.Count);
}

//Write out parameter offsets
Expand Down

0 comments on commit c9ff73b

Please sign in to comment.