mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Cleanup.
This commit is contained in:
parent
f57c3a3516
commit
269a676421
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue