diff --git a/modules/base/rendering/renderablemodel.cpp b/modules/base/rendering/renderablemodel.cpp index 5c0bc62f3f..3da3695999 100644 --- a/modules/base/rendering/renderablemodel.cpp +++ b/modules/base/rendering/renderablemodel.cpp @@ -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> animationTimeScale; enum class AnimationMode {