Request to change, in IOTextureLoader or PNGTextureLoader:
protected boolean readTexture(InputStream is)
to
public boolean readTexture(InputStream is)
to allow getResourceAsStream methods to directly
interface with this method.
Also adding a:
public boolean readTexture(java.net.URI)
might be worth considering if a move to JRE 1.4.x was
decided upon.
Logged In: YES
user_id=432155
Yes PLEEEEEEZE ;-)