修复重复多余的定义

This commit is contained in:
YHH
2021-10-04 16:53:00 +08:00
parent cd94326aad
commit f3f5d0bbd1
8 changed files with 77 additions and 78 deletions

View File

@@ -266,7 +266,7 @@ module es {
* @returns
*/
public findEntitiesOfComponent(...types): Entity[] {
return this.entities.findEntitesOfComponent(...types);
return this.entities.findEntitiesOfComponent(...types);
}
/**