mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-01 20:21:17 +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:
|
case GameState.Dialogue:
|
||||||
ClearPauseMenu();
|
ClearPauseMenu();
|
||||||
break;
|
break;
|
||||||
default:
|
|
||||||
throw new ArgumentOutOfRangeException(nameof(state), state, null);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue