Fix build

This commit is contained in:
Matt Nadareski
2020-07-28 17:21:13 -07:00
parent e23596983a
commit e82f6c1af9

View File

@@ -412,7 +412,7 @@ namespace SabreTools.Library.DatFiles
break;
case "DatItem.Inverted":
offset = string.IsNullOrWhiteSpace(value) ? inverted : value;
inverted = value.AsYesNo();
break;
#endregion