Skip to content

Commit

Permalink
surface: Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
illume committed Nov 5, 2023
1 parent d377784 commit 1af404b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_c/surface.c
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ surf_copy(pgSurfaceObject *self, PyObject *_null)
if (!surf)
return RAISE(pgExc_SDLError, "display Surface quit");

/* SDL_ConvertSurface does not work on empty surface,
/* SDL_ConvertSurface does not work on empty surface,
* meaning all pixels are black (255).
*/
pgSurface_Prep(self);
Expand Down

0 comments on commit 1af404b

Please sign in to comment.