mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 04:30:09 -05:00
Clarify info message when using linear path due to precision issues
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user