mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 06:55:57 +08:00
Fix asan crash on statistics step
This commit is contained in:
parent
cf3b992269
commit
1634cd1a3c
@ -177,6 +177,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);
|
||||||
|
|
||||||
if(it != cont.begin()) {
|
if(it != cont.begin()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user