Remove "" from codegen comments

This commit is contained in:
Malin Ejdbo
2021-03-18 09:40:30 +01:00
parent 3201be5cd6
commit c1fb7d39e7

View File

@@ -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 {