This commit is contained in:
Patrik Seman 2023-03-04 12:41:07 +01:00
parent 8b212ffe0e
commit c60645b219

View File

@ -23,7 +23,7 @@ while(i<VELKOST_POLA){
}
if(pole[i] > max_hodnota){
max_hodnota = pole[i];
max_hrac = i
max_hrac = i;
}