Removed state exception

This commit is contained in:
MaddoScientisto 2025-02-23 22:39:55 +01:00
commit 36c050f112

View file

@ -206,8 +206,6 @@ public partial class Hud : CanvasLayer
case GameState.Dialogue:
ClearPauseMenu();
break;
default:
throw new ArgumentOutOfRangeException(nameof(state), state, null);
}
}