mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-12 22:14:42 +00:00
Fix warning on MSVC convertion from double to float
This commit is contained in:
parent
b0e30e4bb6
commit
bfc9ea9e32
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user