From 0fdfc56b96fd3b9dbae8ef7b1db80125ebb2edb5 Mon Sep 17 00:00:00 2001 From: SoftCoder Date: Thu, 25 Dec 2014 14:45:08 -0800 Subject: [PATCH] - small vc++ compile warning cleanup --- source/tests/shared_lib/streflop/streflop_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tests/shared_lib/streflop/streflop_test.cpp b/source/tests/shared_lib/streflop/streflop_test.cpp index 36327243..e0404aaf 100644 --- a/source/tests/shared_lib/streflop/streflop_test.cpp +++ b/source/tests/shared_lib/streflop/streflop_test.cpp @@ -35,7 +35,7 @@ using namespace Glest::Game; // const int64 PROGRESS_SPEED_MULTIPLIER = 100000; const float standardAirHeight = 5.0f; -const float FLOAT_TOLERANCE = 1e-10; +const float FLOAT_TOLERANCE = 1e-10f; class StreflopTest : public CppUnit::TestFixture { // Register the suite of tests for this fixture