Skip to content

Commit

Permalink
unignore XRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Oct 26, 2023
1 parent 9cd2b30 commit 65e981d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ private void writeObject(CadObject obj)
switch (obj)
{
case SortEntitiesTable:
case XRecord:
this.notify($"Object type not implemented {obj.GetType().FullName}", NotificationType.NotImplemented);
return;
}
Expand Down

0 comments on commit 65e981d

Please sign in to comment.