formatting
This commit is contained in:
parent
d4d0abd013
commit
1f0e6ba8fa
19 changed files with 88 additions and 79 deletions
|
@ -5,7 +5,7 @@ namespace TanksServer.Graphics;
|
|||
internal sealed class LastFinishedFrameProvider
|
||||
{
|
||||
private PixelGrid? _lastFrame;
|
||||
|
||||
|
||||
public PixelGrid LastFrame
|
||||
{
|
||||
get => _lastFrame ?? throw new InvalidOperationException("first frame not yet drawn");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue