Skip to content

Commit

Permalink
Fix Popup.RemapForControls() (#1510)
Browse files Browse the repository at this point in the history
* Update Popup.shared.cs

* Update Popup.shared.cs
  • Loading branch information
TheCodeTraveler authored Nov 9, 2023
1 parent 014c7a4 commit bd75310
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public partial class Popup
#endif
};

internal static void RemapForControls()
internal static new void RemapForControls()
{
PopupHandler.PopUpCommandMapper = ControlPopUpCommandMapper;
}
Expand Down

0 comments on commit bd75310

Please sign in to comment.