double jinx

This commit is contained in:
Kollberg
2019-06-26 11:27:16 -04:00
parent 3f3fb09d80
commit 561bcd4a0f
+1 -1
View File
@@ -44,7 +44,7 @@ namespace openspace
SunTextureManager::SunTextureManager()
{
_syncDir = FileSys.relativePath("/sync/magnetograms");
_syncDir = FileSys.relativePath("./sync/magnetograms");
}
void SunTextureManager::update(std::unique_ptr<ghoul::opengl::Texture> &texture)
{