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 TextureAtlas::texture_handles pub instead of pub(crate) (#8633) #1

Closed
wants to merge 1 commit into from

Conversation

adtennant
Copy link
Owner

Objective

Solution

Make TextureAtlas::texture_handles pub instead of pub(crate).

…evyengine#8633)

# Objective

- Fixes bevyengine#8633

## Solution

Make `TextureAtlas::texture_handles` `pub` instead of `pub(crate)`.
@adtennant adtennant self-assigned this May 20, 2023
@adtennant adtennant closed this May 20, 2023
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.

The field texture_handles in TextureAtlas changed visibility making the struct non instantiable from Game Code
1 participant