Skip to content

Commit

Permalink
Update surface.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Starbuck5 committed Jan 26, 2025
1 parent 0cff4c7 commit a6a7412
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src_c/surface.c
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,6 @@ static PyObject *
surf_get_at_mapped(PyObject *self, PyObject *position)
{
SDL_Surface *surf = pgSurface_AsSurface(self);
SDL_PixelFormat *format = NULL;
Uint8 *pixels = NULL;
int x, y;
Sint32 color;
Expand Down

0 comments on commit a6a7412

Please sign in to comment.