From 269a676421a27a93a418c5833804753ac2b49041 Mon Sep 17 00:00:00 2001 From: Dario Manesku Date: Thu, 12 Feb 2015 02:47:42 +0100 Subject: [PATCH] Cleanup. --- examples/common/entry/entry.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); }