ddmills / geotic

Entity Component System library for javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query isTracking issue

lagdotcom opened this issue · comments

if (!this.isTracking && !entity.isDestroyed && this.matches(entity)) {

Shouldn't this read if (!isTracking && ...? There's no isTracking field on the Query.

good catch!!

@lagdotcom this is fixed in v4.1.6