Corrected bugs on replay and changed posts urls
This commit is contained in:
1
js/l3d/apps/prototype/replay/main.js
vendored
1
js/l3d/apps/prototype/replay/main.js
vendored
@@ -50,6 +50,7 @@ function init() {
|
||||
// Initialize replay camera
|
||||
camera1 = new L3D.ReplayCamera(50, container_size.width() / container_size.height(), 0.01, 100000, coins);
|
||||
recommendations = initMainScene(camera1, scene, coins);
|
||||
camera1.cameras = recommendations;
|
||||
|
||||
// Add listeners
|
||||
initListeners();
|
||||
|
||||
Reference in New Issue
Block a user