commit working need to specify point places

This commit is contained in:
Peter Cottle 2012-08-13 21:37:26 -07:00
parent 97d6af16e0
commit 21d204df92
2 changed files with 1 additions and 2 deletions

View file

@ -175,7 +175,6 @@
// zero out the velocity from one tick to the next // zero out the velocity from one tick to the next
pt.v.x = pt.v.y = 0 pt.v.x = pt.v.y = 0
}) })
}, },

View file

@ -43,7 +43,7 @@ var Commit = Backbone.Model.extend({
this.set('node', sys.addNode(this.get('id'))); this.set('node', sys.addNode(this.get('id')));
if (this.get('rootCommit')) { if (this.get('rootCommit')) {
// TODO // TODO -- fix this node in place
// this.get('node').fixed = true; // this.get('node').fixed = true;
// this.get('node').p = {x: 0, y: 0}; // this.get('node').p = {x: 0, y: 0};
} else { } else {