Lenard Lindstrom wrote:

Also calling Surface.set_colorkey() without arguments raises an exception as demonstrated by the following program:

import pygame

pygame.init()
screen = pygame.display.set_mode((100,100))

s = pygame.Surface((10,10))

s.set_colorkey((0,0,0,0))

s.set_colorkey()
Thanks, fixed in r937.

Alex.

Reply via email to