Skip to content

Commit b631f44

Browse files
committed
fix stupid regression
- I'll just call it a stupid regression, becuase it is.
1 parent 75e4151 commit b631f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class Tile {
102102
}
103103

104104
public doesGeometryDiffer(): boolean {
105-
return this.geometry.equals(this.clientGeometry);
105+
return !this.geometry.equals(this.clientGeometry);
106106
}
107107

108108
public isVisible(screen: number): boolean {

0 commit comments

Comments
 (0)