From: Ethan Glasser-C. <gla...@us...> - 2007-07-10 02:48:21
|
Update of /cvsroot/pyode/pyode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6402 Modified Files: ChangeLog Log Message: Changelog entry describing previous commit. Index: ChangeLog =================================================================== RCS file: /cvsroot/pyode/pyode/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** ChangeLog 16 Jun 2007 06:50:11 -0000 1.21 --- ChangeLog 10 Jul 2007 02:48:16 -0000 1.22 *************** *** 1,2 **** --- 1,8 ---- + 2007-07-09 Ethan Glasser-Camp <eth...@gm...> + + * tutorial3.py: change glScale to glScalef to be compatible with + python-opengl version 3.0 and up. Thanks to Nathanial Troutman for + finding the bug and suggesting a fix. + 2007-06-16 Ethan Glasser-Camp <eth...@gm...> |