Browse Source

Fixed RibbonTrail documentation line that called color scale. (#2856)

SirNate0 4 years ago
parent
commit
b159ae72b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Urho3D/Graphics/RibbonTrail.h

+ 1 - 1
Source/Urho3D/Graphics/RibbonTrail.h

@@ -101,7 +101,7 @@ public:
     /// Set vertex blended color for start of trail.
     /// Set vertex blended color for start of trail.
     /// @property
     /// @property
     void SetStartColor(const Color& color);
     void SetStartColor(const Color& color);
-    /// Set vertex blended scale for end of trail.
+    /// Set vertex blended color for end of trail.
     /// @property
     /// @property
     void SetEndColor(const Color& color);
     void SetEndColor(const Color& color);
     /// Set vertex blended color for start of trail.
     /// Set vertex blended color for start of trail.