Skip to content

Commit

Permalink
Merge pull request #5 from chunibyo-wly/dev/Meng
Browse files Browse the repository at this point in the history
test
  • Loading branch information
quenfly authored Jan 3, 2025
2 parents 2e3942b + 677c485 commit 33c3433
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 33c3433

Please sign in to comment.