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

Don't request redraw in AnimatedTexture to decrease editor CPU/GPU usage #61943

Closed

Commits on Jun 11, 2022

  1. Don't request redraw in AnimatedTexture to decrease editor CPU/GPU usage

    This means AnimatedTextures will update at an erratic rate if nothing
    else is causing the editor to redraw continuously (or projects,
    if Low Processor Mode is enabled).
    
    This will not affect the editor if Update Continuously is enabled,
    or if Low Processor Mode is disabled in the project (which is the default).
    Calinou committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    665b36e View commit details
    Browse the repository at this point in the history