emscriptenmouse: remove useless return statement

main
Reinhold Gschweicher 2022-02-26 20:42:54 +01:00 committed by Ryan C. Gordon
parent 3136a53070
commit 268cc2a49c
1 changed files with 0 additions and 1 deletions

View File

@ -235,7 +235,6 @@ Emscripten_ShowCursor(SDL_Cursor* cursor)
if (Module['canvas']) {
Module['canvas'].style['cursor'] = UTF8ToString($0);
}
return 0;
}, curdata->system_cursor);
}
}