We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f37db9 commit 89aa596Copy full SHA for 89aa596
src/slvs/lib.cpp
@@ -845,8 +845,9 @@ void Slvs_MarkDragged(Slvs_Entity ptA) {
845
hParam p = hParam { ptA.param[i] };
846
dragged.insert(p);
847
}
848
+ } else {
849
+ SolveSpace::Platform::FatalError("Invalid entity for marking dragged");
850
- SolveSpace::Platform::FatalError("Invalid entity for marking dragged");
851
852
853
Slvs_SolveResult Slvs_SolveSketch(uint32_t shg, Slvs_hConstraint **bad = nullptr)
0 commit comments