Commit 975e5673 authored by nadro's avatar nadro

- Fixed a bug in MacOSX event handling.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4133 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 353c6170
...@@ -1235,7 +1235,6 @@ void CIrrDeviceMacOSX::postKeyEvent(void *event,irr::SEvent &ievent,bool pressed ...@@ -1235,7 +1235,6 @@ void CIrrDeviceMacOSX::postKeyEvent(void *event,irr::SEvent &ievent,bool pressed
postEventFromUser(ievent); postEventFromUser(ievent);
} }
[str release];
} }
......
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