Fixed the No Answer button never disabling between questions during The Chase.
This commit is contained in:
@@ -994,7 +994,6 @@ public class GameManagerRound1 : GameManagerBase
|
||||
{
|
||||
Interface.ChoiceButtonImages[i].color = (_QuestionCorrectResponse == (i + 1)) ? Color.green : Color.red;
|
||||
}
|
||||
Interface.OtherButton.interactable = true;
|
||||
|
||||
SendCustomEventDelayedSeconds(nameof(DisplayNextChaseMap), 1.2f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user