Force all Renderables to declare an 'isReady' function to circumvent assertion triggers when a crucial element of initialization fails

Fix velocity in RenderableStars
This commit is contained in:
Alexander Bock
2014-11-28 01:41:26 +01:00
parent 2c3723a778
commit 4de8071efe
27 changed files with 89 additions and 35 deletions

View File

@@ -118,4 +118,8 @@ bool Renderable::isVisible() const {
return _enabled;
}
bool Renderable::isReady() const {
return true;
}
} // namespace openspace