Skip to content
Snippets Groups Projects
Commit df7bd8eb authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

bug in rapid positioning

parent b6744e67
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ CamMenuView = Backbone.View.extend({
e.preventDefault();
var newVal = parseFloat($(e.target).val());
if (isNaN(newVal)) return;
newVal -= this.assembler.get("originPosition".z).toFixed(4);//always store relative to origin
newVal -= this.assembler.get("originPosition").z.toFixed(4);//always store relative to origin
this.assembler.set("rapidHeight", parseFloat(newVal));
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment