[Scummvm-cvs-logs] SF.net SVN: scummvm:[44468] tools/trunk/create_sjisfnt.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Sep 29 21:51:28 CEST 2009


Revision: 44468
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44468&view=rev
Author:   lordhoto
Date:     2009-09-29 19:51:24 +0000 (Tue, 29 Sep 2009)

Log Message:
-----------
Fix glyph pitch calculation in drawGlyph16x16.

Modified Paths:
--------------
    tools/trunk/create_sjisfnt.cpp

Modified: tools/trunk/create_sjisfnt.cpp
===================================================================
--- tools/trunk/create_sjisfnt.cpp	2009-09-29 16:56:30 UTC (rev 44467)
+++ tools/trunk/create_sjisfnt.cpp	2009-09-29 19:51:24 UTC (rev 44468)
@@ -369,6 +369,8 @@
 		}
 	}
 
+	glyph.pitch = abs(glyph.pitch);
+
 	return true;
 }
 


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