mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-28 22:18:28 +00:00
emscriptenmouse: remove useless return statement
This commit is contained in:

committed by
Ryan C. Gordon

parent
3136a53070
commit
268cc2a49c
@@ -235,7 +235,6 @@ Emscripten_ShowCursor(SDL_Cursor* cursor)
|
|||||||
if (Module['canvas']) {
|
if (Module['canvas']) {
|
||||||
Module['canvas'].style['cursor'] = UTF8ToString($0);
|
Module['canvas'].style['cursor'] = UTF8ToString($0);
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
}, curdata->system_cursor);
|
}, curdata->system_cursor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user