mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-04 01:39:47 -05:00
Applied Ghoul cleanups
This commit is contained in:
@@ -349,8 +349,7 @@ void RenderableStars::update(const UpdateData& data) {
|
||||
|
||||
bool RenderableStars::loadData() {
|
||||
std::string _file = _speckFile;
|
||||
std::string cachedFile = "";
|
||||
FileSys.cacheManager()->getCachedFile(_file, cachedFile, true);
|
||||
std::string cachedFile = FileSys.cacheManager()->cachedFilename(_file, true);
|
||||
|
||||
bool hasCachedFile = FileSys.fileExists(cachedFile);
|
||||
if (hasCachedFile) {
|
||||
|
||||
Reference in New Issue
Block a user