mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Remove "" from codegen comments
This commit is contained in:
@@ -157,7 +157,7 @@ namespace {
|
||||
|
||||
// The time scale for the animation relative to seconds.
|
||||
// Ex, if animation is in milliseconds then AnimationTimeScale = 0.001 or
|
||||
// AnimationTimeScale = "Millisecond", default is "Second"
|
||||
// AnimationTimeScale = Millisecond, default is Second
|
||||
std::optional<std::variant<TimeUnit, float>> animationTimeScale;
|
||||
|
||||
enum class AnimationMode {
|
||||
|
||||
Reference in New Issue
Block a user