Call IAL_SetMouseRange after initialized

This commit is contained in:
Vincent Wei
2019-06-12 18:06:01 +08:00
parent 9cc9e274cd
commit c08a44638c
+1
View File
@@ -288,6 +288,7 @@ int mg_InitIAL (void)
_DBG_PRINTF ("IAL: Use %s engine.\n", __mg_cur_input->id);
IAL_SetMouseRange (0, 0, WIDTHOFPHYGC - 1, HEIGHTOFPHYGC - 1);
return 0;
}