[sdljava-users] Bug in SDLEventManager ?
Status: Beta
Brought to you by:
ivan_ganza
From: Stefan P. <pr...@tz...> - 2005-07-08 22:09:33
|
Hi all, I just found a typo-bug in the SDLEventManager in the register-Method. When checking if the class parameter can be assigned to SDLEvent there is a negation missing. Line 108 should read: if (!SDLEvent.class.isAssignableFrom(eventType)) return false; You find the patch attached. Regards, Stefan -- Stefan Prelle <pr...@tz...> |