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 committed by Hermet Park
parent 21252632b3
commit a65d3ae37a

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;
};