Fix an uninitalized member, and also make sure the mouse is captured when OpenMW starts

actorid
scrawl 12 years ago
parent 4c8a04d9cb
commit 88acebf808

@ -26,7 +26,8 @@ namespace SFO
mWrapPointer(false), mWrapPointer(false),
mMouseZ(0), mMouseZ(0),
mMouseY(0), mMouseY(0),
mMouseX(0) mMouseX(0),
mMouseInWindow(true)
{ {
_setupOISKeys(); _setupOISKeys();

Loading…
Cancel
Save