mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix TileMap occluders having a wrong transform
This commit is contained in:
@@ -68,7 +68,7 @@ struct TileMapQuadrant {
|
||||
|
||||
// Rendering.
|
||||
List<RID> canvas_items;
|
||||
List<RID> occluders;
|
||||
HashMap<Vector2i, RID> occluders;
|
||||
|
||||
// Physics.
|
||||
List<RID> bodies;
|
||||
|
||||
Reference in New Issue
Block a user