mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-24 17:33:27 +01:00
fix hanging
This commit is contained in:
parent
c8eed10899
commit
a69f9c2c04
1 changed files with 3 additions and 1 deletions
|
|
@ -39,7 +39,9 @@ public class GlobalSolver {
|
|||
Solver.SubSystem shrunk = shrink(subSystem);
|
||||
triedShrink = true;
|
||||
globalSolve(shrunk, linearSolvedCallback);
|
||||
}
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
}
|
||||
linearSolvedCallback.run();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue