Skip to content

Commit

Permalink
Fix an issue that DirtyRects are full region every frame.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterlv committed Sep 3, 2024
1 parent 02d476a commit 883d240
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ partial void OnDebugOverlaysChanged()
partial void DeserializeChangesExtra(BatchStreamReader c)
{
_redrawRequested = true;
_fullRedrawRequested = true;
}

public void Render()
Expand Down

0 comments on commit 883d240

Please sign in to comment.