diff --git a/examples/common/entry/entry.cpp b/examples/common/entry/entry.cpp index 232d610f..63019ebc 100644 --- a/examples/common/entry/entry.cpp +++ b/examples/common/entry/entry.cpp @@ -274,8 +274,7 @@ 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); }