1
Bugs / FrameBuffer.getOutputBuffer() problem with new jpct version.
« on: May 07, 2007, 05:43:06 pm »
when I use FrameBuffer.getOutputBuffer(), I get the exception as following:
java.lang.NullPointerException
at java.lang.System.arraycopy(Native Method)
at com.threed.jpct.FrameBuffer.getOutputBuffer(Unknown Source)
While when I use the old version, it works.
is it a bug?
java.lang.NullPointerException
at java.lang.System.arraycopy(Native Method)
at com.threed.jpct.FrameBuffer.getOutputBuffer(Unknown Source)
While when I use the old version, it works.
is it a bug?