Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit 40a7da3

Browse files
committed
Tree color apply update
1 parent 9803f58 commit 40a7da3

File tree

1 file changed

+1
-1
lines changed
  • metacitygl/extensions/metacity/tree

1 file changed

+1
-1
lines changed

metacitygl/extensions/metacity/tree/tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export class QuadTree {
135135
c = styles[i].apply(this.metadata) ?? c;
136136

137137
if (c)
138-
this.color = Utils.Color.colorHexToArr(c);
138+
this.color = c;
139139
}
140140

141141
query(position: { x: number, y: number, z: number }, q: TreeQuery) {

0 commit comments

Comments
 (0)