You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I use artemis with libGDX and GWT, I've noticed that a MundaneWireException is raised when the game run with GWT and there's a structure that uses generics like this example:
Hello, I use artemis with libGDX and GWT, I've noticed that a
MundaneWireException
is raised when the game run with GWT and there's a structure that uses generics like this example:The exception is raised when I do something like:
The issue only happens in GWT but works on any other platforms. Using the same structure, but without generics, works also on GWT.
The text was updated successfully, but these errors were encountered: