Branimir Karadžić 11 years ago
parent
commit
7019edd20f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      examples/common/entry/entry.cpp

+ 2 - 1
examples/common/entry/entry.cpp

@@ -274,7 +274,8 @@ namespace entry
 		if (handle.idx == 0
 		if (handle.idx == 0
 		&&  _reset != s_reset)
 		&&  _reset != s_reset)
 		{
 		{
-			_reset = s_reset; bgfx::reset(_width, _height, _reset);
+			_reset = s_reset;
+			bgfx::reset(_width, _height, _reset);
 			inputSetMouseResolution(_width, _height);
 			inputSetMouseResolution(_width, _height);
 		}
 		}