AndEngine
AndEngine copied to clipboard
java.lang.NoSuchMethodError: org.andengine.opengl.util.GLState.enableScissorTest
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