mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
Change the libtxt default text color to white in order to match RenderStyle::initialColor (#4074)
This commit is contained in:
Vendored
+1
-1
@@ -29,7 +29,7 @@ namespace txt {
|
||||
|
||||
class TextStyle {
|
||||
public:
|
||||
SkColor color = SK_ColorBLACK;
|
||||
SkColor color = SK_ColorWHITE;
|
||||
TextDecoration decoration = TextDecoration::kNone;
|
||||
// Does not make sense to draw a transparent object, so we use it as a default
|
||||
// value to indicate no decoration color was set.
|
||||
|
||||
Reference in New Issue
Block a user