annotate a fallthrough for Xcode

This commit is contained in:
2025-04-09 22:19:23 -05:00
parent 0d66b82932
commit 98e87b155d

View File

@@ -766,6 +766,7 @@ void cDialog::handle_one_event(const sf::Event& currentEvent, cFramerateLimiter&
sf::Event evt;
while(pollEvent(win, evt));
}
BOOST_FALLTHROUGH;
case sf::Event::MouseMoved:{
// Did the window move, potentially dirtying the canvas below it?
if(check_window_moved(win, winLastX, winLastY))