REVIEWED: Hexadecimal formatting to be consistent

This commit is contained in:
Ray
2025-05-28 17:18:02 +02:00
parent 8d9c1cecb7
commit 5ddd13b775
4 changed files with 48 additions and 50 deletions

View File

@@ -253,7 +253,7 @@ extern void LoadFontDefault(void)
}
else
{
((unsigned char *)imFont.data)[(i + j)*sizeof(short)] = 0xFF;
((unsigned char *)imFont.data)[(i + j)*sizeof(short)] = 0xff;
((unsigned char *)imFont.data)[(i + j)*sizeof(short) + 1] = 0x00;
}
}