mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 21:05:22 +01:00
fix bug!
This commit is contained in:
parent
fff0c27248
commit
e1f0e30004
1 changed files with 1 additions and 0 deletions
|
|
@ -300,6 +300,7 @@ TCAD.TWO.SketchObject.prototype.draw = function(ctx, scale) {
|
|||
};
|
||||
|
||||
TCAD.TWO.Ref = function() {
|
||||
this.id = TCAD.TWO.utils.genID();
|
||||
this.value = 0;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue