From d3475fe3b699d6d2d8cd87b1b1b480e685717c74 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 19 Oct 2014 17:03:14 +0300 Subject: GRAPHICS: Silence an MSVC warning --- graphics/transform_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/transform_tools.h') diff --git a/graphics/transform_tools.h b/graphics/transform_tools.h index a51c8ee229..ec739f9ad0 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; -- cgit v1.2.3