AndEngine icon indicating copy to clipboard operation
AndEngine copied to clipboard

java.lang.NoSuchMethodError: org.andengine.opengl.util.GLState.enableScissorTest

Open haimojo opened this issue 13 years ago • 0 comments

I have problem

Error log:

E/AndroidRuntime(3240): java.lang.NoSuchMethodError: org.andengine.opengl.util.GLState.enableScissorTest

when using enableScissorTest

pGLState.pushProjectionGLMatrix();
    pGLState.enableScissorTest();  // Line error
       ..................................
    super.onManagedDraw(pGLState, pCamera);
    pGLState.disableScissorTest();
pGLState.popProjectionGLMatrix();

if game using Activity no error Only error on FragmentActivity

haimojo avatar Oct 01 '12 06:10 haimojo