提交 627074ca 编写于 作者: D Dag Holmberg 提交者: Mr.doob

canJump is not defined. Added declare canJump

上级 5c51655b
......@@ -181,6 +181,7 @@
var moveBackward = false;
var moveLeft = false;
var moveRight = false;
var canJump = false;
var prevTime = performance.now();
var velocity = new THREE.Vector3();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册