Browse Source

Enhanced Text Effects: Drop shadow offset, custom stroke thickness and stroke roundness can be set in editor

Bengt Soderstrom 9 years ago
parent
commit
51a35a9556
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/Urho3D/UI/Text.cpp

+ 1 - 0
Source/Urho3D/UI/Text.cpp

@@ -409,6 +409,7 @@ void Text::SetEffectRoundStroke(bool roundStroke)
 {
     roundStroke_ = roundStroke;
 }
+
 void Text::SetEffectColor(const Color& effectColor)
 {
     effectColor_ = effectColor;