Skip to content

Commit

Permalink
revert color.c changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MyreMylar committed Oct 6, 2024
1 parent 47727b1 commit 5810b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_c/color.c
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,7 @@ _color_set_length(pgColorObject *color, PyObject *args)

if (PyErr_WarnEx(PyExc_DeprecationWarning,
"pygame.Color.set_length deprecated since 2.1.3",
2) == -1) {
1) == -1) {
return NULL;
}

Expand Down

0 comments on commit 5810b6e

Please sign in to comment.