mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-09 06:04:03 +00:00
lottie/parser: shutdown a compiler warning.
corrected a data type.
This commit is contained in:
parent
21252632b3
commit
a65d3ae37a
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ struct TextDocument
|
||||||
bool render = false;
|
bool render = false;
|
||||||
} stroke;
|
} stroke;
|
||||||
char* name = nullptr;
|
char* name = nullptr;
|
||||||
uint16_t size;
|
float size;
|
||||||
uint8_t justify;
|
uint8_t justify;
|
||||||
uint8_t tracking;
|
uint8_t tracking;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue