mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Removed state exception
This commit is contained in:
parent
31ffe6156e
commit
36c050f112
1 changed files with 0 additions and 2 deletions
|
|
@ -206,8 +206,6 @@ public partial class Hud : CanvasLayer
|
|||
case GameState.Dialogue:
|
||||
ClearPauseMenu();
|
||||
break;
|
||||
default:
|
||||
throw new ArgumentOutOfRangeException(nameof(state), state, null);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue