Fixed some things

This commit is contained in:
BOT Alex 2023-06-29 10:28:51 +02:00
parent 7aa40c171b
commit f634474923
6 changed files with 20 additions and 57 deletions

View file

@ -35,7 +35,7 @@
</MudContainer>
@code{
int numOfChunks = 100; //Exclusive index 0
int numOfChunks = 197; //Exclusive index 0
int selectedChunk = 0;
protected override void OnInitialized()