Skip to content

Commit

Permalink
Disable stats for physics
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaicoianu committed Apr 1, 2014
1 parent 20319d3 commit 4250e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/systems/physics.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ elation.extend("engine.systems.physics", function(args) {
this.system_attach = function(ev) {
console.log('INIT: physics');
this.system = new elation.physics.system({autostart: false});
this.initstats();
//this.initstats();
}
this.engine_start = function(ev) {
//console.log("PHYSICS: starting");
Expand Down

0 comments on commit 4250e87

Please sign in to comment.