[Scummvm-cvs-logs] SF.net SVN: scummvm:[34342] scummvm/branches/gsoc2008-gui/graphics/ VectorRendererSpec.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Sep 5 13:33:20 CEST 2008


Revision: 34342
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34342&view=rev
Author:   fingolfin
Date:     2008-09-05 11:33:19 +0000 (Fri, 05 Sep 2008)

Log Message:
-----------
Fixing a typo :)

Modified Paths:
--------------
    scummvm/branches/gsoc2008-gui/graphics/VectorRendererSpec.cpp

Modified: scummvm/branches/gsoc2008-gui/graphics/VectorRendererSpec.cpp
===================================================================
--- scummvm/branches/gsoc2008-gui/graphics/VectorRendererSpec.cpp	2008-09-05 11:32:23 UTC (rev 34341)
+++ scummvm/branches/gsoc2008-gui/graphics/VectorRendererSpec.cpp	2008-09-05 11:33:19 UTC (rev 34342)
@@ -36,7 +36,7 @@
 
 #define VECTOR_RENDERER_FAST_TRIANGLES
 
-/** HELPER MACROS for BESENHALM's circle drawing algorithm **/
+/** HELPER MACROS for BRESENHAM's circle drawing algorithm **/
 #define __BE_ALGORITHM() { \
 	if (f >= 0) { \
 		y--; \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list