Closed GoogleCodeExporter closed 9 years ago
Also, core/libengine.py, line 3041 should be changed to:
surf = pygame.transform.scale(surf,(int(size[0]),int(size[1])))
Original comment by gullda...@o2.pl
on 1 Aug 2011 at 11:40
Thanks for reporting! I'm unsure about these changes however. 'char' in the
first instance should always be a string, and 'size' in libengine should always
be an integer alread. What were you trying to do that caused an error in these
cases?
Original comment by saluk64007@gmail.com
on 3 Aug 2011 at 7:37
Hi!
The size change is needed in order to run PyWright on Ubuntu 11.04, while char
casting fixes actual pywright games.
Original comment by gullda...@o2.pl
on 8 Aug 2011 at 4:22
Original comment by saluk64007@gmail.com
on 11 Sep 2011 at 11:13
Original comment by saluk64007@gmail.com
on 31 Oct 2012 at 10:40
Original comment by saluk64007@gmail.com
on 16 Jan 2014 at 11:05
Original comment by saluk64007@gmail.com
on 20 Jan 2014 at 8:23
Original issue reported on code.google.com by
gullda...@o2.pl
on 1 Aug 2011 at 10:33