Finally fixed that f*****g bug with arrows

Javascript is probably the only language in which you can modify the
super-method... the ACTUAL F*****G SUPER-METHOD without any error or
warning... Thanks for the 2-days debugging 🖕
This commit is contained in:
Thomas FORGIONE
2015-07-09 10:57:07 +02:00
parent 69fb0db1eb
commit 9158ec36bc
4 changed files with 30 additions and 28 deletions

View File

@@ -97,7 +97,8 @@ function initCanvases() {
function initModels() {
// Init recommendations
recommendations = initMainScene(camera1, scene, coins, clickableObjects);
// recommendations = initMainScene(camera1, scene, coins, clickableObjects);
recommendations = L3D.initWhomp(camera1, scene, coins, clickableObjects);
// init clickable objects
var i;