Commit 710b195d authored by cutealien's avatar cutealien

Remove wrongly added drop of cursorcontrol and document it instead.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3303 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 5b5fe394
...@@ -134,9 +134,8 @@ CIrrDeviceLinux::~CIrrDeviceLinux() ...@@ -134,9 +134,8 @@ CIrrDeviceLinux::~CIrrDeviceLinux()
#ifdef _IRR_COMPILE_WITH_X11_ #ifdef _IRR_COMPILE_WITH_X11_
if (StdHints) if (StdHints)
XFree(StdHints); XFree(StdHints);
// Disable cursor and free it later on // Disable cursor (it is drop'ed in stub)
CursorControl->setVisible(false); CursorControl->setVisible(false);
CursorControl->drop();
if (display) if (display)
{ {
#ifdef _IRR_COMPILE_WITH_OPENGL_ #ifdef _IRR_COMPILE_WITH_OPENGL_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment