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

Input: Re-enable input accumulation disabled by error in 3.4 #62826

Merged

Commits on Jul 7, 2022

  1. Input: Re-enable input accumulation disabled by error in 3.4

    Input accumulation was implemented and enabled by default in 3.1, and
    I don't recall major complaints around it (or bugs were fixed).
    
    In 3.4, godotengine#42220 added input buffering and apparently toggled input
    accumulation off by mistake.
    
    This led to multiple bug reports about degraded performance on Windows,
    or simply unexpected behavior change (see linked issues in godotengine#55037).
    
    Fixes godotengine#55037.
    akien-mga committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d6bcdd1 View commit details
    Browse the repository at this point in the history