Skip to content

Commit

Permalink
Applied github action suggestion.
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
koschke and github-actions[bot] authored Nov 15, 2023
1 parent d486334 commit 10fe478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/SEE/UI/SettingsMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected override void StartDesktop()
/// Toggles the settings panel with the ESC button.
/// </summary>
protected override void UpdateDesktop()
{
{
if (SEEInput.ToggleSettings())
{
Transform keybindingsPanel = settingsMenuGameObject.transform.Find("KeybindingsPanel");
Expand Down

0 comments on commit 10fe478

Please sign in to comment.