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

Batching - fix ninepatch proxy textures (e.g. animated) #44790

Merged
merged 1 commit into from
Dec 29, 2020

Commits on Dec 29, 2020

  1. Batching - fix proxy textures (e.g. animated) especially ninepatch

    Ninepatch code has a check to prevent use of zero sized textures. This didn't deal properly with animated textures, which use a proxy (link to another texture).
    
    This PR uses a generalised method of getting textures, with built in support for proxy textures and protection against infinite loops.
    lawnjelly committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    1e99e89 View commit details
    Browse the repository at this point in the history