Skip to content

Commit

Permalink
render rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
saint11 committed Nov 7, 2024
1 parent 33edbb0 commit a93db67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Murder/Core/Graphics/RenderContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public Batch2D GetBatch(int index)
protected int _takeGameplayScreenShot = -1;
public bool TakingScreenshot => _takeGameplayScreenShot > 0;

private bool _initialized = false;
protected bool _initialized = false;
public enum RenderTargets
{
MainBufferTarget,
Expand Down

0 comments on commit a93db67

Please sign in to comment.