mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-09 13:12:58 -06:00
Fix faulty ScriptScheduler property info identifiers
This commit is contained in:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user