fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-24 04:27:57 +09:00
commit 6c65e58e37
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -70,8 +70,7 @@ void* MwFontLoad(unsigned char* data, unsigned int size) {
}
void MwFontFree(void* handle) {
if(MwFLFontFree)
return MwFLFontFree(handle);
if(MwFLFontFree) MwFLFontFree(handle);
}
static void bitmap_MwDrawText(MwWidget handle, MwPoint* point, const char* text, int bold, int align, MwLLColor color) {