Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
quenfly committed Jan 3, 2025
1 parent 197af3c commit 677c485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const guiMode = gui
}
});
const guiItem = gui
.add(guiHelper, "name", ["01_column", "02_ground", "03_ground", "04_groundKB526", "Aging_building_Straight_retaining_wall", "Aging_building_Straight_retaining_wall_2"])
.add(guiHelper, "name", ["01_column", "Aging_building_Straight_retaining_wall", "Aging_building_Straight_retaining_wall_2"])
.name("GPR Example")
.onChange((value) => load(value));
let folderArray = [];
Expand Down

0 comments on commit 677c485

Please sign in to comment.