lap fix
This commit is contained in:
@@ -82,7 +82,7 @@ public class GameManager : MonoBehaviour
|
||||
|
||||
playerLaps[i] += 1;
|
||||
|
||||
if (playerLaps[i] < lapAmount)
|
||||
if (playerLaps[i] <= lapAmount)
|
||||
lapCounter.text = "Lap count: " + playerLaps[i] + "/" + lapAmount;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user