mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-03 14:26:26 +00:00
Changed algorithm order
This commit is contained in:
@@ -79,7 +79,7 @@ FindEulerianLoop.prototype.getObjectSelectedGroup = function(object)
|
||||
|
||||
FindEulerianLoop.prototype.getPriority = function()
|
||||
{
|
||||
return -7;
|
||||
return -7.5;
|
||||
}
|
||||
|
||||
// Factory for connected components.
|
||||
|
||||
Reference in New Issue
Block a user