Fix renaming vertexes.

This commit is contained in:
Oleg Sh
2022-03-10 20:03:57 +02:00
parent e4eed18568
commit 06a0167581
2 changed files with 2 additions and 2 deletions

View File

@@ -628,7 +628,7 @@ DefaultHandler.prototype.MouseUp = function(pos)
var handler = this;
var callback = function (enumType) {
handler.RenameVertex(enumType.GetVertexText(0, handler.selectedObject));
handler.RenameVertex(enumType.GetVertexText(0), handler.selectedObject);
userAction("RenameVertex");
};
$('#message').unbind();