修复tiledmap tmxDirectory不正确问题
This commit is contained in:
@@ -148,7 +148,7 @@ module es {
|
||||
if (!camera)
|
||||
return false;
|
||||
|
||||
this.isVisible = camera.bounds.intersects(this.displayObject.getBounds().union(this.bounds));
|
||||
this.isVisible = camera.bounds.intersects(this.bounds);
|
||||
return this.isVisible;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user