Skip to content

Commit

Permalink
added RootDictionary to writer
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Nov 5, 2023
1 parent bf47f5d commit 0773d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using CSUtilities.Converters;
using CSUtilities.IO;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;

Expand Down
2 changes: 2 additions & 0 deletions ACadSharp/IO/DWG/DwgStreamWriters/DwgObjectWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ public void Write()
this._stream.Write(arr, 0, arr.Length);
}

this._objects.Enqueue(this._document.RootDictionary);

this.writeBlockControl();
this.writeTable(this._document.Layers);
this.writeTable(this._document.TextStyles);
Expand Down

0 comments on commit 0773d01

Please sign in to comment.