浏览代码

Merge branch '4.0' into 4.1-beta

# Conflicts:
#	spine-ts/package-lock.json
#	spine-ts/spine-threejs/package.json
Mario Zechner 3 年之前
父节点
当前提交
ea8f9385fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spine-ts/spine-threejs/example/index.html

+ 1 - 1
spine-ts/spine-threejs/example/index.html

@@ -3,7 +3,7 @@
 <head>
 	<meta charset="UTF-8">
 	<title>spine-threejs</title>
-	<script src="https://unpkg.com/[email protected]38.3/build/three.js"></script>
+	<script src="https://unpkg.com/[email protected]41.0/build/three.js"></script>
 	<script src="../dist/iife/spine-threejs.js"></script>
 	<script src="./OrbitalControls.js"></script>
 </head>