Skip to content

Commit 54e3c32

Browse files
committed
comment
1 parent 6c79287 commit 54e3c32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CathodeLib/Scripts/CATHODE/CommandsPAK/Helpers/CustomTable.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ public override void Read(BinaryReader reader)
692692
pin_info.PinTypeGUID = Utilities.Consume<ShortGuid>(reader);
693693
if (version >= 3)
694694
pin_info.PinEnumTypeGUID = Utilities.Consume<ShortGuid>(reader);
695+
//TODO: We should include the default index here too for enums.
695696
pin_infos.Add(pin_info);
696697
}
697698
}

0 commit comments

Comments
 (0)