mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-03 10:58:34 -06:00
Make StaticScale be creatable without a Dictionary
This commit is contained in:
@@ -44,6 +44,11 @@ Documentation StaticScale::Documentation() {
|
||||
};
|
||||
}
|
||||
|
||||
StaticScale::StaticScale()
|
||||
: _scaleValue(1.0)
|
||||
{}
|
||||
|
||||
|
||||
StaticScale::StaticScale(const ghoul::Dictionary& dictionary)
|
||||
: _scaleValue(1.0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user