Skip to content

Commit

Permalink
fixed butterflies not being rendered immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
BarthPaleologue committed Nov 10, 2023
1 parent bb1f80d commit 907c4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ terrain.init(character.position, renderDistance);

grassManager.initInstances();
cubeManager.initInstances();

butterflyManager.initInstances();

const ui = new UI(scene);

Expand Down

0 comments on commit 907c4e1

Please sign in to comment.