mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Start addressing PR comments
This commit is contained in:
@@ -214,11 +214,7 @@ void RenderableConstellationsBase::initialize() {
|
||||
}
|
||||
|
||||
bool RenderableConstellationsBase::isReady() const {
|
||||
// If we have labels, they also need to be loaded
|
||||
if (_hasLabels) {
|
||||
return _labels->isReady();
|
||||
}
|
||||
return true;
|
||||
return _hasLabels ? _labels->isReady() : true;
|
||||
}
|
||||
|
||||
void RenderableConstellationsBase::render(const RenderData& data, RendererTasks&) {
|
||||
|
||||
Reference in New Issue
Block a user