mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 10:59:47 -05:00
Fix comments on PR
This commit is contained in:
@@ -37,7 +37,6 @@ namespace openspace {
|
||||
|
||||
class ScreenSpaceSkyBrowser : public ScreenSpaceRenderable, public WwtCommunicator {
|
||||
public:
|
||||
static constexpr int RadiusTimeOut = 25;
|
||||
explicit ScreenSpaceSkyBrowser(const ghoul::Dictionary& dictionary);
|
||||
~ScreenSpaceSkyBrowser() override;
|
||||
|
||||
@@ -68,6 +67,7 @@ public:
|
||||
static documentation::Documentation Documentation();
|
||||
|
||||
private:
|
||||
static constexpr int RadiusTimeOut = 25;
|
||||
properties::FloatProperty _textureQuality;
|
||||
properties::BoolProperty _isHidden;
|
||||
std::vector<std::unique_ptr<properties::Vec3Property>> _displayCopies;
|
||||
|
||||
Reference in New Issue
Block a user