Re: [sdljava-users] Correction to SDLEventManager.java
Status: Beta
Brought to you by:
ivan_ganza
From: Ivan Z. G. <iva...@gm...> - 2009-02-15 22:28:40
|
Thanks for finding this. I'm not in a position where I'm working on SDL java at this momeent. But I plan to get my development system up and running again. At that point I'll merge your changes. Cheers, -Ivan/ On Wed, Jan 21, 2009 at 3:09 PM, David <dr...@gm...> wrote: > I had to make a minor correction to the register method (around line 108): > > // original version: if (SDLEvent.class.isAssignableFrom(eventType)) > return false; > if (!SDLEvent.class.isAssignableFrom(eventType)) return false; > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > sdljava-users mailing list > sdl...@li... > https://lists.sourceforge.net/lists/listinfo/sdljava-users > > -- -Ivan/ |