1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-03 23:39:40 +00:00

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
{