delta time
This commit is contained in:
parent
dec571d8c1
commit
e16d4b1c1f
11 changed files with 29 additions and 28 deletions
|
@ -14,7 +14,7 @@ internal sealed class GeneratePixelsTickStep(
|
|||
private readonly PixelGrid _observerPixelGrid = new(MapService.PixelsPerRow, MapService.PixelsPerColumn);
|
||||
private readonly GamePixelGrid _gamePixelGrid = new(MapService.PixelsPerRow, MapService.PixelsPerColumn);
|
||||
|
||||
public async Task TickAsync()
|
||||
public async Task TickAsync(TimeSpan _)
|
||||
{
|
||||
_gamePixelGrid.Clear();
|
||||
foreach (var step in _drawSteps)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue