Some commit
This commit is contained in:
parent
d8d838ac3d
commit
837baa6673
|
@ -91,7 +91,9 @@ Coin.update = function() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById('next').style.background = instantToColor(Coin.colorInstant);
|
if (document.getElementById('next') !== null) {
|
||||||
|
document.getElementById('next').style.background = instantToColor(Coin.colorInstant);
|
||||||
|
}
|
||||||
|
|
||||||
// Coin.domElement.width = Coin.domElement.width;
|
// Coin.domElement.width = Coin.domElement.width;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
L3D.DB.disable();
|
||||||
|
|
||||||
// Let's be sure we avoid using global variables
|
// Let's be sure we avoid using global variables
|
||||||
var onWindowResize = (function() {
|
var onWindowResize = (function() {
|
||||||
|
|
||||||
|
@ -13,6 +15,8 @@ L3D.ProgressiveLoader.onFinished = function() {
|
||||||
}
|
}
|
||||||
|
|
||||||
loadingCanvas.clear();
|
loadingCanvas.clear();
|
||||||
|
L3D.DB.enable();
|
||||||
|
camera1.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Disable scrolling
|
// Disable scrolling
|
||||||
|
|
Loading…
Reference in New Issue