Skip to content

Commit

Permalink
removed renderoptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlm committed Nov 30, 2024
1 parent 3221292 commit 9973ac9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Consolonia.Core/Drawing/DrawingContextImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@ public DrawingContextImpl(ConsoleWindow consoleWindow)
_consoleWindow = consoleWindow;
_pixelBuffer = consoleWindow.PixelBuffer;
_clipStack.Push(_pixelBuffer.Size);
RenderOptions = new RenderOptions();
}

private Rect CurrentClip => _clipStack.Peek();

public RenderOptions RenderOptions { get; set; }

public void Dispose()
{
}
Expand Down

0 comments on commit 9973ac9

Please sign in to comment.