fix
This commit is contained in:
parent
684224b833
commit
3ffd113050
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ int WINAPI fake_ShowCursor(BOOL bShow)
|
|||
{
|
||||
static int count;
|
||||
|
||||
if (g_ddraw)
|
||||
//if (g_ddraw)
|
||||
return real_ShowCursor(bShow);
|
||||
|
||||
return bShow ? ++count : --count;
|
||||
|
|
Loading…
Reference in a new issue