mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-03 06:16:20 +00:00
Changed algorithm order
This commit is contained in:
@@ -110,7 +110,7 @@ FindConnectedComponentNew.prototype.getObjectSelectedGroup = function(object)
|
||||
|
||||
FindConnectedComponentNew.prototype.getPriority = function()
|
||||
{
|
||||
return -9;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user