mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-21 17:39:10 -07:00
Fixed third batch of locale-dependent calls
This commit is contained in:
@@ -66,10 +66,10 @@ std::string float_to_string_decimal_point(double value, int precision/* = -1*/)
|
||||
return buf.str();
|
||||
}
|
||||
|
||||
std::string float_to_string_decimal_point(float value, int precision/* = -1*/)
|
||||
{
|
||||
return float_to_string_decimal_point(double(value), precision);
|
||||
}
|
||||
//std::string float_to_string_decimal_point(float value, int precision/* = -1*/)
|
||||
//{
|
||||
// return float_to_string_decimal_point(double(value), precision);
|
||||
//}
|
||||
|
||||
|
||||
} // namespace Slic3r
|
||||
|
||||
Reference in New Issue
Block a user