freebsd-ports/games/fretsonfire/files/patch-src_Video.py
Jose Alonso Cardenas Marquez 61c3c7b866 - Update to 1.0.263
- Remove pkg-install scripts
- See the full changelog at:
  http://louhi.kempele.fi/~skyostil/uv/fretsonfire/fretsonfire-1-0-263.blog/
2006-11-01 07:46:37 +00:00

17 lines
744 B
Python

--- src/Video.py Wed Nov 1 01:03:39 2006
+++ src/Video.py Wed Nov 1 01:04:35 2006
@@ -48,10 +48,10 @@
pygame.display.init()
- pygame.display.gl_set_attribute(pygame.GL_RED_SIZE, 8)
- pygame.display.gl_set_attribute(pygame.GL_GREEN_SIZE, 8)
- pygame.display.gl_set_attribute(pygame.GL_BLUE_SIZE, 8)
- pygame.display.gl_set_attribute(pygame.GL_ALPHA_SIZE, 8)
+ pygame.display.gl_set_attribute(pygame.GL_RED_SIZE, 5)
+ pygame.display.gl_set_attribute(pygame.GL_GREEN_SIZE, 6)
+ pygame.display.gl_set_attribute(pygame.GL_BLUE_SIZE, 5)
+ pygame.display.gl_set_attribute(pygame.GL_ALPHA_SIZE, 0)
if multisamples:
pygame.display.gl_set_attribute(pygame.GL_MULTISAMPLEBUFFERS, 1);