提交 8566c825 编写于 作者: T Tristan Valcke

Fix wrong hexa color, remove unnecessary semicolon, and remove wrong function...

Fix wrong hexa color, remove unnecessary semicolon, and remove wrong function call (called just below)
上级 ad421cb4
......@@ -67,7 +67,7 @@
</head>
<body>
<div id="info">
<a href="http://threejs.org" target="_blank">three.js</a> - asset by <a href="https://github.com/sunag/sea3d" style="color:#FFFFF" target="_blank">sea3d</a>
<a href="http://threejs.org" target="_blank">three.js</a> - asset by <a href="https://github.com/sunag/sea3d" style="color:#FFFFFF" target="_blank">sea3d</a>
</div>
<div id="blocker">
......@@ -108,9 +108,6 @@
var camera, scene, renderer, composer, controls, velocity;
var blocker, instructions;
var moveLeft, moveForward, moveBackward, moveRight;
initKeyDown
var loader;
var audioListener, soundFilter, soundAreaAnalyser, soundOutsideAnalyser;
var soundArea, collisionArea, lightArea, lightOutside;
......@@ -290,7 +287,7 @@
}
};
}
function onKeyUp( event ) {
......@@ -318,7 +315,7 @@
}
};
}
document.addEventListener( 'keydown', onKeyDown, false );
document.addEventListener( 'keyup', onKeyUp, false );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册