Forgot something

This commit is contained in:
roblevesque 2016-07-07 12:14:43 -04:00 committed by GitHub
parent 79ce122988
commit d7596cc3fa

View File

@ -8,7 +8,7 @@ var clock = new THREE.Clock();
var WIDTH = window.innerWidth , HEIGHT = window.innerHeight
window.onload = function() {
loadData( {
loadData(function() {
init();
animate();
render();