From ed5dfea084e349f6c4801136994cbc0de79b4fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Thu, 7 Mar 2024 13:48:17 +0100 Subject: [PATCH] Fix nits --- index.html | 2 +- src/samples.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index bcf97654..833d737c 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@

- + Github
diff --git a/src/samples.ts b/src/samples.ts index a19ba4c8..f7facdd0 100644 --- a/src/samples.ts +++ b/src/samples.ts @@ -22,7 +22,7 @@ import samplerParameters from '../sample/samplerParameters/meta'; import shadowMapping from '../sample/shadowMapping/meta'; import skinnedMesh from '../sample/skinnedMesh/meta'; import texturedCube from '../sample/texturedCube/meta'; -import twoCubes from '../sample/texturedCube/meta'; +import twoCubes from '../sample/twoCubes/meta'; import videoUploading from '../sample/videoUploading/meta'; import worker from '../sample/worker/meta';