mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-08 12:39:49 -06:00
Cleanup of mostly asset files
- Fixes for all files - constexpr cleanup - Cosmetic changes - Remove punctuation from the end of messages
This commit is contained in:
@@ -57,7 +57,7 @@ void TransferFunction::setPath(const std::string& filepath) {
|
||||
}
|
||||
std::filesystem::path f = absPath(filepath);
|
||||
if (!std::filesystem::is_regular_file(f)) {
|
||||
LERROR("Could not find transfer function file.");
|
||||
LERROR("Could not find transfer function file");
|
||||
_file = nullptr;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user