mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-14 07:18:14 +00:00
remove trailing spaces
This commit is contained in:
@@ -247,8 +247,8 @@ extern void LoadFontDefault(void)
|
||||
// we must consider data as little-endian order (alpha + gray)
|
||||
((unsigned short *)imFont.data)[i + j] = 0xffff;
|
||||
}
|
||||
else
|
||||
{
|
||||
else
|
||||
{
|
||||
((unsigned char *)imFont.data)[(i + j)*sizeof(short)] = 0xFF;
|
||||
((unsigned char *)imFont.data)[(i + j)*sizeof(short) + 1] = 0x00;
|
||||
}
|
||||
|
Reference in New Issue
Block a user