mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-24 13:09:22 -06:00
Cleanup of mostly asset files
- Fixes for all files - constexpr cleanup - Cosmetic changes - Remove punctuation from the end of messages
This commit is contained in:
@@ -39,7 +39,7 @@ namespace {
|
||||
"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 "
|
||||
"time as normal."
|
||||
"time as normal"
|
||||
};
|
||||
|
||||
constexpr openspace::properties::Property::PropertyInfo ShouldRunAllTimeJumpInfo = {
|
||||
@@ -47,7 +47,7 @@ namespace {
|
||||
"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 "
|
||||
"the new time and the old time is executed."
|
||||
"the new time and the old time is executed"
|
||||
};
|
||||
|
||||
struct [[codegen::Dictionary(ScheduledScript)]] Parameters {
|
||||
|
||||
Reference in New Issue
Block a user