Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that _drop_physics_mouseover only happens when necessary #78078

Merged

Commits on Jun 10, 2023

  1. Fix that _drop_physics_mouseover only happens when necessary

    Previously the call was executed every time, because in the
    `_drop_mouse_over();` a few lines above, `gui.mouse_over = nullptr;`
    was set.
    Sauermann committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    37a96d3 View commit details
    Browse the repository at this point in the history