mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Cleanup.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user