mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 04:56:02 +08:00
Fix asan crash on statistics step
This commit is contained in:
parent
cf3b992269
commit
1634cd1a3c
@ -176,6 +176,8 @@ private:
|
|||||||
{
|
{
|
||||||
return level<T>(r1) < level<T>(r2);
|
return level<T>(r1) < level<T>(r2);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if(it == cont.end()) return it;
|
||||||
|
|
||||||
T diff = std::abs(level<T>(*it) - lvl);
|
T diff = std::abs(level<T>(*it) - lvl);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user