Skip to content
Snippets Groups Projects
Commit 384ba735 authored by GHARBI SANIM's avatar GHARBI SANIM
Browse files

fix: derniere question était skip

parent 77da1770
Branches
No related merge requests found
......@@ -50,7 +50,7 @@ public class GameMode : MonoBehaviour
modifyJauges();
choice = 0;
round++;
if (round < nbquestions)
if (round <= nbquestions)
{
ui.checkLoss();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment