Compile fix with RenderableFieldLines

Update Ghoul repository
This commit is contained in:
Alexander Bock
2017-04-20 11:56:52 -04:00
parent bf16c76add
commit 28e99edd8e
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ RenderableFieldlines::RenderableFieldlines(const ghoul::Dictionary& dictionary)
}
// @TODO a non-magic number perhaps ---abock
setBoundingSphere(PowerScaledScalar::CreatePSS(250.f*6371000.f));
setBoundingSphere(250.f*6371000.f);
_seedPointSource.addOption(SeedPointSourceFile, "File");
_seedPointSource.addOption(SeedPointSourceTable, "Lua Table");