Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
OpenSpace
Commits
c3ab68cd
Commit
c3ab68cd
authored
3 years ago
by
Emma Broman
Browse files
Options
Download
Email Patches
Plain Diff
Fix faulty ScriptScheduler property info identifiers
parent
df56cdb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/scripting/scriptscheduler.cpp
+2
-2
src/scripting/scriptscheduler.cpp
with
2 additions
and
2 deletions
+2
-2
src/scripting/scriptscheduler.cpp
+
2
-
2
View file @
c3ab68cd
...
...
@@ -34,7 +34,7 @@
namespace
{
constexpr
openspace
::
properties
::
Property
::
PropertyInfo
EnabledInfo
=
{
"Enabled
Info
"
,
"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
=
{
"ShouldRunAllTimeJump
Info
"
,
"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 "
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help