nicolasgramlich / AndEngine

Free Android 2D OpenGL Game Engine
http://www.andengine.org
Apache License 2.0
3.18k stars 1.35k forks source link

Screen Capture gives upside down image #259

Open raichy opened 10 years ago

raichy commented 10 years ago

The problematic code hides in org.andengine.entity.util.ScreenGrabber.java at private static Bitmap grab(final int pGrabX, final int pGrabY, final int pGrabWidth, final int pGrabHeight) { }