X-Git-Url: https://git.jsancho.org/?p=c-irrlicht.git;a=blobdiff_plain;f=src%2FICursorControl.cpp;fp=src%2FICursorControl.cpp;h=e35ff310e62d8fb1480bb2b9fbfff1f8a770122e;hp=a07c05b71f28030bb0277acd60081d64e6cdf7d8;hb=59b625c207d1ee8368f04f3c4d675fa393fe94f4;hpb=7e46627fbadd2bcf8169ae429e6fe0a546d2797a diff --git a/src/ICursorControl.cpp b/src/ICursorControl.cpp index a07c05b..e35ff31 100644 --- a/src/ICursorControl.cpp +++ b/src/ICursorControl.cpp @@ -25,7 +25,7 @@ extern "C" { void irr_gui_setVisibleCursor(irr_gui_ICursorControl* cursorControl, - int visible) + bool visible) { ((irr::gui::ICursorControl*)cursorControl) ->setVisible(visible);