This commit is contained in:
Dario Manesku 2015-02-12 02:47:42 +01:00
parent f57c3a3516
commit 269a676421

View file

@ -274,8 +274,7 @@ namespace entry
if (handle.idx == 0 if (handle.idx == 0
&& _reset != s_reset) && _reset != s_reset)
{ {
_reset = s_reset; _reset = s_reset; bgfx::reset(_width, _height, _reset);
bgfx::reset(_width, _height, _reset);
inputSetMouseResolution(_width, _height); inputSetMouseResolution(_width, _height);
} }