- small vc++ compile warning cleanup

This commit is contained in:
SoftCoder 2014-12-25 14:45:08 -08:00
parent 2263e89da7
commit 0fdfc56b96
1 changed files with 1 additions and 1 deletions

View File

@ -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