mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-07 03:49:43 -05:00
Changes to pointer usage in these files.
This commit is contained in:
@@ -122,7 +122,7 @@ RenderableFov::~RenderableFov(){
|
||||
bool RenderableFov::initialize(){
|
||||
bool completeSuccess = true;
|
||||
if (_programObject == nullptr)
|
||||
completeSuccess &= OsEng.ref().configurationManager().getValue("EphemerisProgram", _programObject);
|
||||
completeSuccess &= OsEng.ref().configurationManager()->getValue("EphemerisProgram", _programObject);
|
||||
|
||||
allocateData();
|
||||
sendToGPU();
|
||||
|
||||
Reference in New Issue
Block a user