NateTheGreatt/bitECS

clearDiff doesn't seem to be working properly for Changed queries

Closed this issue · 0 comments

I've been trying to get 2 systems working with queries that listen to Changed on the same components, and I can't make it happen.

My understanding is that I should set clearDiff to false when evaluating the first query, however something's not right here and when I do that the first query is constantly finding entities instead of only the changed ones, and the second query is still finding nothing.

Version 0.3.16-3 btw.