mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 00:09:58 -05:00
Remove spaces from property owners
This commit is contained in:
@@ -166,7 +166,7 @@ documentation::Documentation ShadowComponent::Documentation() {
|
||||
}
|
||||
|
||||
ShadowComponent::ShadowComponent(const ghoul::Dictionary& dictionary)
|
||||
: properties::PropertyOwner({ "Shadows Component" })
|
||||
: properties::PropertyOwner({ "ShadowsComponent" })
|
||||
, _saveDepthTexture(SaveDepthTextureInfo)
|
||||
, _distanceFraction(DistanceFractionInfo, 20, 1, 10000)
|
||||
, _enabled({ "Enabled", "Enabled", "Enable/Disable Shadows" }, true)
|
||||
|
||||
Reference in New Issue
Block a user