mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-03 12:04:05 -06:00
Fixed debug build
This commit is contained in:
parent
6b6b086948
commit
4a7f078527
2 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,7 @@ static bool obj_parseline(const char *line, ObjData &data)
|
|||
if (*line == 0)
|
||||
return true;
|
||||
|
||||
assert(is_decimal_separator_point());
|
||||
assert(Slic3r::is_decimal_separator_point());
|
||||
|
||||
// Ignore whitespaces at the beginning of the line.
|
||||
//FIXME is this a good idea?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue