Style tweak

This commit is contained in:
Clownacy 2020-02-09 12:35:38 +00:00
parent f0206600b1
commit 8edca4fb2e

View file

@ -463,7 +463,7 @@ static void GlyphBatch_Draw(spritebatch_sprite_t *sprites, int count, int textur
}
// Upload the glyph's pixels
static void GlyphBatch_GetPixels(SPRITEBATCH_U64 image_id, void* buffer, int bytes_to_fill, void* udata)
static void GlyphBatch_GetPixels(SPRITEBATCH_U64 image_id, void *buffer, int bytes_to_fill, void *udata)
{
(void)udata;