Skip to content

Commit fc481fd

Browse files
committed
fix: ensure brush cursor is shown on tool activation
1 parent 6cb0fb2 commit fc481fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/voxel_annotations.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export class VoxelBrushTool extends BaseVoxelTool {
137137

138138
activate(activation: ToolActivation<this>) {
139139
super.activate(activation);
140+
this.updateBrushOutline();
140141

141142
activation.registerDisposer(() => {
142143
this.getActivePanel()?.clearOverlay();

0 commit comments

Comments
 (0)