Fixes after merge

This commit is contained in:
Sergeanur 2020-07-29 15:41:00 +03:00
commit 9df1d08348
3 changed files with 0 additions and 43 deletions

View file

@ -1371,11 +1371,6 @@ cursorEnterCB(GLFWwindow* window, int entered) {
PSGLOBAL(cursorIsInWindow) = !!entered;
}
void
cursorEnterCB(GLFWwindow* window, int entered) {
PSGLOBAL(cursorIsInWindow) = !!entered;
}
/*
*****************************************************************************
*/