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
ce8c5c0038
commit
6fa5a2a690
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