fix(scene): hasImage未返回有效值

This commit is contained in:
yuanpinyang 2020-07-27 10:30:54 +08:00 committed by GitHub
parent ec4d861e66
commit b1499e4c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class Scene
}
public hasImage(id: string) {
this.iconService.hasImage(id);
return this.iconService.hasImage(id);
}
public removeImage(id: string) {