mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 08:27:39 +00:00
emscriptenmouse: remove useless return statement
This commit is contained in:
parent
3136a53070
commit
268cc2a49c
1 changed files with 0 additions and 1 deletions
|
@ -235,7 +235,6 @@ Emscripten_ShowCursor(SDL_Cursor* cursor)
|
|||
if (Module['canvas']) {
|
||||
Module['canvas'].style['cursor'] = UTF8ToString($0);
|
||||
}
|
||||
return 0;
|
||||
}, curdata->system_cursor);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue