mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
Fix mouse grabbing in SDL debugging builds.
git-svn-id: https://svn.eduke32.com/eduke32@4095 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
4d71ed75d2
commit
66064a33f3
1 changed files with 1 additions and 1 deletions
|
@ -798,8 +798,8 @@ void grabmouse(char a)
|
|||
{
|
||||
#if !defined __ANDROID__ && (!defined DEBUGGINGAIDS || defined _WIN32 || defined __APPLE__)
|
||||
if ((a != mousegrab) && !grabmouse_low(a))
|
||||
mousegrab = a;
|
||||
#endif
|
||||
mousegrab = a;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue