Commit c3ab68cd authored by Emma Broman's avatar Emma Broman
Browse files

Fix faulty ScriptScheduler property info identifiers

parent df56cdb6
Showing with 2 additions and 2 deletions
+2 -2
......@@ -34,7 +34,7 @@
namespace {
constexpr openspace::properties::Property::PropertyInfo EnabledInfo = {
"EnabledInfo",
"Enabled",
"Enabled",
"This enables or disables the ScriptScheduler. If disabled, no scheduled scripts "
"will be executed. If enabled, scheduled scripts will be executed at their given "
......@@ -42,7 +42,7 @@ namespace {
};
constexpr openspace::properties::Property::PropertyInfo ShouldRunAllTimeJumpInfo = {
"ShouldRunAllTimeJumpInfo",
"ShouldRunAllTimeJump",
"Should Run All Time Jump",
"If 'true': In a time jump, all scheduled scripts between the old time and the "
"new time is executed. If 'false': In a time jump, no scripts scheduled between "
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment