mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-24 13:28:55 -05:00
Change capitalization of property names
This commit is contained in:
@@ -49,7 +49,7 @@ documentation::Documentation StaticScale::Documentation() {
|
||||
}
|
||||
|
||||
StaticScale::StaticScale()
|
||||
: _scaleValue({ "scale", "Scale", "" }, 1.0, 1.0, 1000.0) // @TODO Missing documentation
|
||||
: _scaleValue({ "Scale", "Scale", "" }, 1.0, 1.0, 1000.0) // @TODO Missing documentation
|
||||
{
|
||||
addProperty(_scaleValue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user