- changed component to display
pygame.display.update(Rect) updates the whole screen
Issue #251
new
I am using Mac OS 10.10, python 3.3, and pygame 1.9.2,. The issue is that update(rect) behaves just like update()
Some others have had the same problem:
(the user on dreamincode solved it by switching back to python 2.7, which doesn't seem like a sustainable solution)
Comments (5)
-
-
I did some digging into display.c and found that SDL_UpdateRect() is, in fact, getting called with all the right values. Maybe this is a problem with SDL, not with PyGame
-
Switching to SDL2 and pygame_sdl2 appears to have fixed things... I doubt anything can be done from within this project to address this. Feel free to close this issue (I am not doing so myself just to be sure the repo owners see it)
-
- changed version to 1.9.2
-
- changed milestone to 1.9.x
- Log in to comment