Skip to content

Commit

Permalink
update create to load randomized model once manifest is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
memelotsqui committed Dec 10, 2023
1 parent 92f34c6 commit 96da1ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Create.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function Create({fetchCharacterManifest}) {
const selectClass = async (index) => {

await characterManager.loadManifest(manifest[index].manifest, {createAnimationManager:true});
characterManager.loadInitialTraits();
//console.log(characterManager.manifestData);


Expand Down

0 comments on commit 96da1ab

Please sign in to comment.