Clarify info message when using linear path due to precision issues

This commit is contained in:
Emma Broman
2022-11-10 09:28:27 +01:00
parent 2838a9db57
commit b59f5b51d4
+1 -1
View File
@@ -724,7 +724,7 @@ Path createPathFromDictionary(const ghoul::Dictionary& dictionary,
LINFO(
"Switching to a linear path, to avoid problems with precision due to "
"immense path length"
"immense path length or precision problems"
);
return createPathFromDictionary(dictionary, Path::Type::Linear);