Some stuff

This commit is contained in:
Thomas FORGIONE 2015-07-17 15:05:17 +02:00
parent 0fb63b93f6
commit 8bbc771fc2
2 changed files with 2 additions and 4 deletions

View File

@ -69,10 +69,7 @@ function main() {
onWindowResize();
// Some config
if (initMainScene !== L3D.initPeach && initMainScene !== L3D.initSponza)
setInterval(function() {logfps(stats.getFps());}, 500);
else
L3D.BD.disable();
L3D.BD.disable();
Coin.update();
startCanvas.render(L3D.StartCanvas.Black);

View File

@ -11,6 +11,7 @@ module.exports.index = function(req, res) {
}, function(err, message) {
if (err !== null) {
Log.mailerror(err);
console.log(err);
}
});