Fixed warning.

This commit is contained in:
Бранимир Караџић 2020-12-28 19:36:23 -08:00
parent 0f0a664a47
commit 1f4da1e459
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ struct Camera
m_mouseLast.m_mz = m_mouseNow.m_mz;
m_mouseNow.m_mz = _mouseState.m_mz;
const int32_t deltaZ = float(m_mouseNow.m_mz - m_mouseLast.m_mz);
const float deltaZ = float(m_mouseNow.m_mz - m_mouseLast.m_mz);
if (m_mouseDown)
{