mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
Remove return values from initialize and deinitialize functions
This commit is contained in:
@@ -53,8 +53,8 @@ class RenderableTrailTrajectory : public RenderableTrail {
|
||||
public:
|
||||
explicit RenderableTrailTrajectory(const ghoul::Dictionary& dictionary);
|
||||
|
||||
bool initialize() override;
|
||||
bool deinitialize() override;
|
||||
void initialize() override;
|
||||
void deinitialize() override;
|
||||
|
||||
void update(const UpdateData& data) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user