Skip to content

Commit f34de12

Browse files
committed
chore: build tutorials
1 parent a6be87a commit f34de12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/assets/civilNavigators.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/front/src/civil/CivilNavigators/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fragments.init(
9292
"https://thatopen.github.io/engine_fragment/resources/worker.mjs",
9393
);
9494

95-
const url = "https://thatopen.github.io/engine_components/resources/test/small-civil-q2.frag";
95+
const url = "https://thatopen.github.io/engine_components/resources/test/small_road.frag";
9696
const file = await fetch(url);
9797
const data = await file.arrayBuffer();
9898
const buffer = new Uint8Array(data);

0 commit comments

Comments
 (0)