Add (currently harmless) missing break

This commit is contained in:
Cameron Gutman
2025-10-22 23:21:07 -05:00
parent 9bcc6291be
commit bdb6d02dac

View File

@@ -2358,6 +2358,7 @@ void Session::execInternal()
m_InputHandler->updatePointerRegionLock();
break;
}
break;
}
}