GRAPHICS: Silence an MSVC warning

This commit is contained in:
Filippos Karapetis 2014-10-19 17:03:14 +03:00
parent 1d5536da02
commit d3475fe3b6

View File

@ -28,7 +28,7 @@
namespace Graphics { namespace Graphics {
static const float kEpsilon = 0.00001; // arbitrarily taken number static const float kEpsilon = 0.00001f; // arbitrarily taken number
struct FloatPoint { struct FloatPoint {
float x; float x;