Fix warning on MSVC convertion from double to float

This commit is contained in:
Cédric Mocquillon 2021-08-09 14:14:26 +02:00
parent b0e30e4bb6
commit bfc9ea9e32

View File

@ -36,7 +36,7 @@ namespace
{
const int cellSize = Constants::CellSizeInUnits;
constexpr float speed = 1.08; //the zoom speed, it should be greater than 1
constexpr float speed = 1.08f; //the zoom speed, it should be greater than 1
enum LocalMapWidgetDepth
{