mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-25 05:28:37 -05:00
Coding style cleanup
This commit is contained in:
@@ -329,7 +329,8 @@ void RenderableKameleonVolume::load() {
|
||||
);
|
||||
if (FileSys.fileExists(cachePath)) {
|
||||
loadRaw(cachePath);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
loadFromPath(_sourcePath);
|
||||
storeRaw(cachePath);
|
||||
}
|
||||
@@ -351,7 +352,8 @@ void RenderableKameleonVolume::loadFromPath(const std::string& path) {
|
||||
);
|
||||
if (extension == "cdf") {
|
||||
loadCdf(path);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
loadRaw(path);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user