mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
lottie/parser: shutdown a compiler warning.
corrected a data type.
This commit is contained in:
parent
4b33721738
commit
fc38a4cb24
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