Some stuff
This commit is contained in:
-3
@@ -69,9 +69,6 @@ function main() {
|
||||
onWindowResize();
|
||||
|
||||
// Some config
|
||||
if (initMainScene !== L3D.initPeach && initMainScene !== L3D.initSponza)
|
||||
setInterval(function() {logfps(stats.getFps());}, 500);
|
||||
else
|
||||
L3D.BD.disable();
|
||||
|
||||
Coin.update();
|
||||
|
||||
@@ -11,6 +11,7 @@ module.exports.index = function(req, res) {
|
||||
}, function(err, message) {
|
||||
if (err !== null) {
|
||||
Log.mailerror(err);
|
||||
console.log(err);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user