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

Fix bug where TileMap wouldn't update material correctly on assignment #83475

Merged

Conversation

Eoin-ONeill-Yokai
Copy link
Contributor

This seemed to be a simple case of a missing condition in an if statement with a few different flags. I'm not super familiar with the tilemap code but hopefully this is the correct place to add this check.

Fixes #83474

Testing Procedure

This seemed to be a simple case of a missing condition in an if
statement with a few different flags. I'm not super familiar with the
tilemap code but hopefully this is the correct place to add this check.

Fixes godotengine#83474
@Eoin-ONeill-Yokai Eoin-ONeill-Yokai requested a review from a team as a code owner October 17, 2023 04:11
@kleonc kleonc added this to the 4.2 milestone Oct 17, 2023
@kleonc kleonc requested a review from groud October 17, 2023 08:56
@akien-mga akien-mga merged commit ab8fad1 into godotengine:master Oct 17, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TileMap: Material changes won't update rendering if material field is empty on game start
3 participants