From: <ag...@us...> - 2011-10-31 20:28:40
|
Revision: 2603 http://zoolib.svn.sourceforge.net/zoolib/?rev=2603&view=rev Author: agreen Date: 2011-10-31 20:28:34 +0000 (Mon, 31 Oct 2011) Log Message: ----------- Fix comment Modified Paths: -------------- trunk/zoolib/source/cxx/zoolib/ZMatrix.h Modified: trunk/zoolib/source/cxx/zoolib/ZMatrix.h =================================================================== --- trunk/zoolib/source/cxx/zoolib/ZMatrix.h 2011-10-31 20:26:42 UTC (rev 2602) +++ trunk/zoolib/source/cxx/zoolib/ZMatrix.h 2011-10-31 20:28:34 UTC (rev 2603) @@ -27,7 +27,7 @@ namespace ZooLib { // For compatibility with OpenGL we store in column-major order. -// Matrices are specified as the number of rows, then the number of columns. +// Matrices are specified as the number of columns, then the number of rows. // ================================================================================================= #pragma mark - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |