mirror of https://github.com/bkaradzic/bgfx
Fixed warning.
This commit is contained in:
parent
0f0a664a47
commit
1f4da1e459
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue