fixed enableWebGL missing declarations

This commit is contained in:
altarfinch
2020-05-15 10:57:17 +02:00
parent 4fe32687d2
commit 93ba405a23
6 changed files with 1191 additions and 20306 deletions

View File

@@ -5585,8 +5585,8 @@ LGraphNode.prototype.executeAction = function(action)
if (widgets[i].computeSize)
widgets_height += widgets[i].computeSize(this.resizing_node.size[0])[1] + 4;
else
}
widgets_height += LiteGraph.NODE_WIDGET_HEIGHT + 4;
}
widgets_height += 8;
}