Skip to content

Commit aaccdcb

Browse files
fix: changes with trees
1 parent ffa64e6 commit aaccdcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/compositor.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,5 @@ pub fn main() void {
316316
for (children, colors[currPalette]) |child, color| {
317317
child.setProperties(.{ .color = color }) catch |e| @panic(@errorName(e));
318318
}
319-
320-
flex.setProperties(.{ .children = &children }) catch |e| @panic(@errorName(e));
321319
}
322320
}

0 commit comments

Comments
 (0)