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:
3
js/l3d/apps/prototype/interactive/main.js
vendored
3
js/l3d/apps/prototype/interactive/main.js
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user