mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 21:53:41 +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;
|
||||
} stroke;
|
||||
char* name = nullptr;
|
||||
uint16_t size;
|
||||
float size;
|
||||
uint8_t justify;
|
||||
uint8_t tracking;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue