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

Make the texture batcher respect default mode #900

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

InnocentusLime
Copy link
Contributor

Synopsis

The current implementation of build_texture_atlas() ends up making an atlas, that ignores the default filtering mode. This PR remedies this situation by making set_default_filter_mode() also set the filter mode of the texture atlas.

Alternatives

The alternative to this fix is to introduce a new piece of API -- set_texture_atlas_filtering()

@not-fl3
Copy link
Owner

not-fl3 commented Feb 14, 2025

Good catch, thanks for PR!

@not-fl3 not-fl3 merged commit 71372fd into not-fl3:master Feb 14, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants