Fix missed old syntax parameter in menus

This commit is contained in:
kidfearless 2020-12-02 18:37:43 -07:00 committed by peace-maker
parent 6c4079cb94
commit e59fd9de96

View File

@ -518,7 +518,7 @@ native bool AddMenuItem(Handle menu,
* @error Invalid Handle or menu position.
*/
native bool InsertMenuItem(Handle menu,
position,
int position,
const char[] info,
const char[] display,
int style=ITEMDRAW_DEFAULT);