mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 16:48:18 -05:00
Cleanup.
This commit is contained in:
parent
85d3c96c68
commit
7019edd20f
1 changed files with 2 additions and 1 deletions
|
@ -274,7 +274,8 @@ namespace entry
|
|||
if (handle.idx == 0
|
||||
&& _reset != s_reset)
|
||||
{
|
||||
_reset = s_reset; bgfx::reset(_width, _height, _reset);
|
||||
_reset = s_reset;
|
||||
bgfx::reset(_width, _height, _reset);
|
||||
inputSetMouseResolution(_width, _height);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue