Merge pull request #891 from AmbientMalice/patch-13

Disable texture filtering hotkey.
This commit is contained in:
zilmar 2016-01-18 03:44:25 +11:00
commit dcb215b6be
1 changed files with 8 additions and 8 deletions

View File

@ -2038,14 +2038,14 @@ void newSwapBuffers()
}
}
//hotkeys
if (CheckKeyPressed(G64_VK_BACK, 0x0001))
{
hotkey_info.hk_filtering = 100;
if (settings.filtering < 2)
settings.filtering++;
else
settings.filtering = 0;
}
//if (CheckKeyPressed(G64_VK_BACK, 0x0001))
//{
//hotkey_info.hk_filtering = 100;
//if (settings.filtering < 2)
//settings.filtering++;
//else
//settings.filtering = 0;
//}
if ((abs((int)(frame_count - curframe)) > 3 ) && CheckKeyPressed(G64_VK_ALT, 0x8000)) //alt +
{
if (CheckKeyPressed(G64_VK_B, 0x8000)) //b