You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel like I'm not familiar with the engine code to fix this issue yet, I tryed to understand how the tilemap rendering works but I'm not sure I understand. I might give it a try later.
By doing a bisect I at least found what commit caused the issue, maybe it will help somebody more familiar with the code: 10849a6d
akien-mga
changed the title
[Godot 4 beta 16] Tilemap layer's modulate property has no effect when Tilemap and its layer's y-sort are both enabled
[Godot 4 beta 14 regression] Tilemap layer's modulate property has no effect when Tilemap and its layer's y-sort are both enabled
Apr 20, 2023
Godot version
v4.0.beta16.official [518b9e5]
System information
Windows 11, Forward+
Issue description
When a Tilemap and its layer's y-sort are both enabled, the layer's modulate property won't take effect.
If the layer's y-sort is disabled, the modulate property works fine.
And the problem extends to Tilemap's own modulate property of CanvasItem.
Steps to reproduce
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: