correct syntax error

This commit is contained in:
Milang 2019-10-24 19:25:56 +02:00
parent 419b74c5d0
commit f32a2bc7b6
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ uint8_t fe_bitmap_get_px(const fe_bitmap * bmp, uint32_t x, uint32_t y)
}
void fe_bitmap_display_px(const fe_bitmap * bmp, uint32_t bmp_x, uint32_t bmp_y, uint32_t scr_x, uint32_t scr_y);
void fe_bitmap_display_px(const fe_bitmap * bmp, uint32_t bmp_x, uint32_t bmp_y, uint32_t scr_x, uint32_t scr_y)
{
uint8_t color = fe_texture_get_pixel_r(bmp, bmp_x, bmp_y);
if (color)