[Scummvm-cvs-logs] scummvm master -> d3475fe3b699d6d2d8cd87b1b1b480e685717c74

bluegr bluegr at gmail.com
Sun Oct 19 16:04:03 CEST 2014


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

Summary:
d3475fe3b6 GRAPHICS: Silence an MSVC warning


Commit: d3475fe3b699d6d2d8cd87b1b1b480e685717c74
    https://github.com/scummvm/scummvm/commit/d3475fe3b699d6d2d8cd87b1b1b480e685717c74
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2014-10-19T17:03:14+03:00

Commit Message:
GRAPHICS: Silence an MSVC warning

Changed paths:
    graphics/transform_tools.h



diff --git a/graphics/transform_tools.h b/graphics/transform_tools.h
index a51c8ee..ec739f9 100644
--- a/graphics/transform_tools.h
+++ b/graphics/transform_tools.h
@@ -28,7 +28,7 @@
 
 namespace Graphics {
 
-	static const float kEpsilon = 0.00001;  // arbitrarily taken number
+	static const float kEpsilon = 0.00001f;  // arbitrarily taken number
 
 	struct FloatPoint {
 		float x;






More information about the Scummvm-git-logs mailing list