This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ› Construct object IDs correctly using the layer's name instead of ""

+1 -1
+1 -1
src/rendering/canvas.rs
··· 29 29 colormap.clone(), 30 30 cell_size, 31 31 layer.object_sizes, 32 - "", 32 + layer.name.as_str(), 33 33 )?); 34 34 } 35 35