Skip to content

Commit c121520

Browse files
committed
change cur tool
1 parent a2bf749 commit c121520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ impl Default for UiState {
101101
boundary_width: 50,
102102
render_abc_area: false,
103103
image_rect: egui::Rect::NOTHING,
104-
current_tool: ToolType::Select,
104+
current_tool: ToolType::Edit,
105105
cur_place_type: PlaceType::Source,
106106
wall_reflection_factor: 1.,
107107
wall_is_hollow: false,

0 commit comments

Comments
 (0)