Skip to content

Commit

Permalink
Fix loaders script version in website (#8278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Nov 15, 2023
1 parent 0a5da79 commit 567bf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/doc-demos/mesh-layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const ScenegraphLayerDemo = makeLayerDemo({

export const SimpleMeshLayerDemo = makeLayerDemo({
Layer: SimpleMeshLayer,
dependencies: ['https://unpkg.com/@loaders.gl/obj@beta/dist/dist.min.js'],
dependencies: ['https://unpkg.com/@loaders.gl/obj@^3.0.0/dist/dist.min.js'],
imports: {OBJLoader},
getTooltip: '({object}) => object && `${object.name}\n${object.address}`',
props: `{
Expand Down

0 comments on commit 567bf5e

Please sign in to comment.