[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Pygame-ctypes 0.08



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.