update to servicepoint v0.10.0
This commit is contained in:
parent
1ecd11a9e4
commit
252943be66
8 changed files with 13 additions and 13 deletions
|
@ -22,7 +22,7 @@ internal sealed class ClientScreenServer(
|
|||
return base.HandleClientAsync(connection);
|
||||
}
|
||||
|
||||
public Task OnFrameDoneAsync(GamePixelGrid gamePixelGrid, PixelGrid observerPixels)
|
||||
public Task OnFrameDoneAsync(GamePixelGrid gamePixelGrid, Bitmap observerPixels)
|
||||
=> Connections.Select(c => c.OnGameTickAsync(observerPixels, gamePixelGrid))
|
||||
.WhenAll();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue