mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-19 18:48:44 -05:00
changed default values of line width property
This commit is contained in:
@@ -93,7 +93,7 @@ documentation::Documentation RenderableSignals::Documentation() {
|
||||
|
||||
RenderableSignals::RenderableSignals(const ghoul::Dictionary& dictionary)
|
||||
: Renderable(dictionary)
|
||||
, _lineWidth(LineWidthInfo, 2.f, 1.f, 20.f)
|
||||
, _lineWidth(LineWidthInfo, 2.5f, 1.f, 10.f)
|
||||
{
|
||||
if (dictionary.hasKeyAndValue<ghoul::Dictionary>(SiteColorsInfo.identifier)) {
|
||||
ghoul::Dictionary siteColorDictionary = dictionary.value<ghoul::Dictionary>(SiteColorsInfo.identifier);
|
||||
|
||||
Reference in New Issue
Block a user