mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 02:12:45 +01:00
Don't grab mouse cursor before going ingame
This commit is contained in:
parent
f82beeefac
commit
cda72bb87f
@ -90,7 +90,6 @@ RWGame::RWGame(int argc, char* argv[])
|
||||
|
||||
window = new GameWindow();
|
||||
window->create(kWindowTitle + " [" + kBuildStr + "]", w, h, fullscreen);
|
||||
window->hideCursor();
|
||||
|
||||
work = new WorkContext();
|
||||
|
||||
|
@ -16,7 +16,6 @@ void LoadingState::enter()
|
||||
}
|
||||
|
||||
game->newGame();
|
||||
getWindow().hideCursor();
|
||||
}
|
||||
|
||||
void LoadingState::exit()
|
||||
|
Loading…
Reference in New Issue
Block a user