Grey

Results 24 comments of Grey

@zoey-kaiser @BracketJohn how does this look to you?

> Overwrites sync method [response.end](https://nodejs.org/api/http.html#responseenddata-encoding-callback) with async method What if instead of overriding it with a async function we expose an async `save()` function on the `context.session` object (essentially doing...

It looks like maybe it has to do something with the change detection in the [`extract`](https://github.com/StarArawn/bevy_ecs_tilemap/blob/c2c1d076bd70d132edb6410e835a2ba6bdbaab5c/src/render/extract.rs#L195-L201). Removing the whole `Or` block seems sort of fix it, though it seems to...

Alright I found the issue: the tile data was getting removed in the render's prepare. There was a check in the extracted tiles query that was removing the tile at...