mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 20:51:31 +00:00
Make sure CL_UpdateWindowedMouse() is called.
Without this the automatic mouse grab is not working.
This commit is contained in:
parent
a70cc2d923
commit
d15f5d5b97
1 changed files with 1 additions and 0 deletions
|
@ -840,6 +840,7 @@ CL_Frame(int msec)
|
|||
if (packetframe || renderframe)
|
||||
{
|
||||
CL_ReadPackets();
|
||||
CL_UpdateWindowedMouse();
|
||||
Sys_SendKeyEvents();
|
||||
Cbuf_Execute();
|
||||
CL_FixCvarCheats();
|
||||
|
|
Loading…
Reference in a new issue