修复tiled中objectgroup塞image解析失败问题
This commit is contained in:
@@ -116,7 +116,7 @@ module es {
|
||||
* @param camera
|
||||
*/
|
||||
public isVisibleFromCamera(camera: Camera): boolean {
|
||||
this.isVisible = camera.bounds.intersects(this.bounds);
|
||||
this.isVisible = camera.bounds.intersects(this.displayObject.getBounds().union(this.bounds));
|
||||
return this.isVisible;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user