Fix missing return statement in Spirit update method
This commit is contained in:
@@ -358,6 +358,7 @@ class Spirit {
|
||||
}
|
||||
if (t > this.lifeTime) {
|
||||
this.dispose();
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user