mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-18 01:41:29 -06:00
Remove return values from initialize and deinitialize functions
This commit is contained in:
@@ -139,6 +139,10 @@ Renderable::Renderable(const ghoul::Dictionary& dictionary)
|
||||
|
||||
Renderable::~Renderable() {}
|
||||
|
||||
void Renderable::initialize() {}
|
||||
|
||||
void Renderable::deinitialize() {}
|
||||
|
||||
void Renderable::setBoundingSphere(float boundingSphere) {
|
||||
_boundingSphere = boundingSphere;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user