emeric636 / andengine

Automatically exported from code.google.com/p/andengine
0 stars 0 forks source link

fix a bug #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
in PathModifierExample.java  line 76:

this.mGrassBackground = new RepeatingSpriteBackground(CAMERA_WIDTH, 
CAMERA_HEIGHT, this.mEngine.getTextureManager(), new 
AssetBitmapTextureAtlasSource(this, "background_grass.png"));

change "background_grass.png" to "gfx/background_grass.png"
fix a bug .

Original issue reported on code.google.com by openk...@gmail.com on 23 Oct 2011 at 8:53