[Scummvm-cvs-logs] scummvm master -> 4a3160d8c142e49295db2179d801eee21f5f6199

sev- sev at scummvm.org
Thu Dec 10 03:23:38 CET 2015


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
407a5a1f55 SWORD25: Fix typo
4a3160d8c1 Merge pull request #634 from jwilk/spelling


Commit: 407a5a1f55060b85e6743db53223e610e6e4184c
    https://github.com/scummvm/scummvm/commit/407a5a1f55060b85e6743db53223e610e6e4184c
Author: Jakub Wilk (jwilk at jwilk.net)
Date: 2015-12-09T23:02:01+01:00

Commit Message:
SWORD25: Fix typo

Changed paths:
    engines/sword25/math/polygon.cpp



diff --git a/engines/sword25/math/polygon.cpp b/engines/sword25/math/polygon.cpp
index ccefa19..99a0d37 100644
--- a/engines/sword25/math/polygon.cpp
+++ b/engines/sword25/math/polygon.cpp
@@ -110,7 +110,7 @@ bool Polygon::computeIsCW() const {
 
 		// Cross product form
 		// If the cross product of the vertex lying fartherest bottom left is positive,
-		// the vertecies arrranged in a clockwise order. Otherwise counter-clockwise
+		// the vertecies arranged in a clockwise order. Otherwise counter-clockwise
 		if (crossProduct(vertices[v1Index], vertices[v2Index], vertices[v3Index]) >= 0)
 			return true;
 	}


Commit: 4a3160d8c142e49295db2179d801eee21f5f6199
    https://github.com/scummvm/scummvm/commit/4a3160d8c142e49295db2179d801eee21f5f6199
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2015-12-10T10:23:07+08:00

Commit Message:
Merge pull request #634 from jwilk/spelling

SWORD25: Fix typo

Changed paths:
    engines/sword25/math/polygon.cpp









More information about the Scummvm-git-logs mailing list