You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If a keyboard-only sub-PieMenu is exited by going off the sides, the parent PieMenu should handle input so the next PieSlice can be naturally stepped to.
584
584
if (activeSubPieMenuDirection != Directions::None) {
585
585
for (constauto& [controlState, controlStateDirection]: c_ControlStateDirections) {
@@ -609,10 +609,6 @@ void PieMenu::Update() {
609
609
if (anyInput) {
610
610
m_HoverTimer.Reset();
611
611
}
612
-
613
-
if (!IsSubPieMenu() && m_HoverTimer.IsPastRealTimeLimit()) {
614
-
SetHoveredPieSlice(nullptr);
615
-
}
616
612
}
617
613
618
614
if (m_HoveredPieSlice && m_EnabledState != EnabledState::Disabled && !m_ActiveSubPieMenu) {
0 commit comments