bilca commited on
Commit
2b7cae5
·
verified ·
1 Parent(s): 7e27c88

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -19,7 +19,7 @@
19
  <script type="module">
20
  const rootPath = 'https://playcanvas.vercel.app';
21
  const deviceType = "webgl2";
22
- import * as pc from "https://cdn.skypack.dev/playcanvas@v1.76.3";
23
  window.pc = pc;
24
  const canvas = document.getElementById('application-canvas');
25
  window.focus();
 
19
  <script type="module">
20
  const rootPath = 'https://playcanvas.vercel.app';
21
  const deviceType = "webgl2";
22
+ import * as pc from "https://cdn.skypack.dev/playcanvas@v1.68.0";
23
  window.pc = pc;
24
  const canvas = document.getElementById('application-canvas');
25
  window.focus();