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