lottie/parser: shutdown a compiler warning.

corrected a data type.
This commit is contained in:
Hermet Park 2024-02-02 12:45:37 +09:00
parent ce8c5c0038
commit 6fa5a2a690

View file

@ -69,7 +69,7 @@ struct TextDocument
bool render = false;
} stroke;
char* name = nullptr;
uint16_t size;
float size;
uint8_t justify;
uint8_t tracking;
};