|
@@ -800,7 +800,7 @@ restart:
|
|
|
&& needReset)
|
|
&& needReset)
|
|
|
{
|
|
{
|
|
|
_reset = s_reset;
|
|
_reset = s_reset;
|
|
|
- BX_TRACE("bgfx::reset(%d, %d, 0x%x)", _width, _height, _reset)
|
|
|
|
|
|
|
+ BX_TRACE("bgfx::reset(%d, %d, 0x%x)", _width, _height, _reset);
|
|
|
bgfx::reset(_width, _height, _reset);
|
|
bgfx::reset(_width, _height, _reset);
|
|
|
inputSetMouseResolution(uint16_t(_width), uint16_t(_height) );
|
|
inputSetMouseResolution(uint16_t(_width), uint16_t(_height) );
|
|
|
}
|
|
}
|
|
@@ -980,7 +980,7 @@ restart:
|
|
|
if (needReset)
|
|
if (needReset)
|
|
|
{
|
|
{
|
|
|
_reset = s_reset;
|
|
_reset = s_reset;
|
|
|
- BX_TRACE("bgfx::reset(%d, %d, 0x%x)", s_window[0].m_width, s_window[0].m_height, _reset)
|
|
|
|
|
|
|
+ BX_TRACE("bgfx::reset(%d, %d, 0x%x)", s_window[0].m_width, s_window[0].m_height, _reset);
|
|
|
bgfx::reset(s_window[0].m_width, s_window[0].m_height, _reset);
|
|
bgfx::reset(s_window[0].m_width, s_window[0].m_height, _reset);
|
|
|
inputSetMouseResolution(uint16_t(s_window[0].m_width), uint16_t(s_window[0].m_height) );
|
|
inputSetMouseResolution(uint16_t(s_window[0].m_width), uint16_t(s_window[0].m_height) );
|
|
|
}
|
|
}
|