This commit is contained in:
2025-10-06 18:32:57 -07:00
parent 012a67b48c
commit b0e2fcd557

View File

@@ -94,6 +94,7 @@ public class PlayMenu : MonoBehaviour
void ValidateTotal() void ValidateTotal()
{ {
customBackButton.interactable = false;
customPlayButton.interactable = false; customPlayButton.interactable = false;
customNormalizeButton.interactable = false; customNormalizeButton.interactable = false;
float total = 0f; float total = 0f;