From 7019edd20ff04cd2b0cc9914d5ce5a4ff7edf34c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 11 Feb 2015 19:42:20 -0800 Subject: [PATCH] Cleanup. --- examples/common/entry/entry.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/common/entry/entry.cpp b/examples/common/entry/entry.cpp index 63019ebc..232d610f 100644 --- a/examples/common/entry/entry.cpp +++ b/examples/common/entry/entry.cpp @@ -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); }