mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Remove fmt::format and replace with std::format
This commit is contained in:
@@ -530,7 +530,7 @@ glm::dmat3 FixedRotation::matrix(const UpdateData&) const {
|
||||
{
|
||||
LWARNINGC(
|
||||
"FixedRotation",
|
||||
fmt::format(
|
||||
std::format(
|
||||
"Near-collinear vectors detected: "
|
||||
"x ({}, {}, {}) y ({}, {}, {}) z ({}, {}, {})",
|
||||
x.x, x.y, x.z, y.x, y.y, y.z, z.x, z.y, z.z
|
||||
|
||||
Reference in New Issue
Block a user