Fix faulty property string

This commit is contained in:
Emma Broman
2020-11-17 11:50:09 +01:00
parent 319e192c7c
commit 2c3ec08329
@@ -52,7 +52,7 @@ namespace {
};
constexpr openspace::properties::Property::PropertyInfo IncludeRollInfo = {
"IncludeRollInfo",
"IncludeRoll",
"Include Roll",
"If disabled, roll is removed from the interpolation of camera orientation."
};